jesseadams / sphinx-cookbook

Chef cookbook for Sphinx Search (searchd)
14 stars 27 forks source link

Valid build options for libstemmer #9

Closed seanculver closed 11 years ago

seanculver commented 11 years ago

According to the sphinx documentation. The correct build options for compiling libstemmer are --with-libstemmer not --with-stemmer

Additional stemmers provided by Snowball project libstemmer library can be enabled at compile time using --with-libstemmer configure option. Built-in English and Russian stemmers should be faster than their libstemmer counterparts, but can produce slightly different results, because they are based on an older version.

http://sphinxsearch.com/docs/current.html#installation

kesor commented 11 years ago

Looks good. Thanks a lot!