Updated readme.rst with note about stemming languages

This commit is contained in:
David Sauve 2012-04-20 13:10:43 -07:00
parent f2be304c86
commit 8c479019a9
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ As well as the flags described `here <http://docs.haystacksearch.org/dev/setting
- `HAYSTACK_XAPIAN_WEIGHTING_SCHEME` -- used to override the default weighting scheme used during search. `HAYSTACK_XAPIAN_WEIGHTING_SCHEME` is assumed to be a tuple that corepsonds to the arguments to a BM25Weight constructor. See `Xapian::BM25Weight::BM25Weight in the Xapian documentation <http://xapian.org/docs/apidoc/html/classXapian_1_1BM25Weight.html>`_ for further information.
- `HAYSTACK_XAPIAN_LANGUAGE` -- used to override the default stemming language. By default, Xapian will stem all terms in english.
Testing
-------