Which algorithm of stemming use by nuxeo ?

Hello,

All is in the title : algorithm de Porter, Carry, Paice/Husk, others ?

Thanks !

0 votes

1 answers

1324 views

ANSWER



Nuxeo itself doesn't do stemming, we use whatever is provided by the underlying database. For PostgreSQL stemming for instance it's indeed Porter.

Please refer to your database vendor's documentation to know more.

0 votes