mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-05-16 19:11:10 +00:00
Updated README.rst with a description of the additional HAYSTACK_XAPIAN_FLAGS setting
This commit is contained in:
parent
b6b92c85de
commit
84c3274628
1 changed files with 5 additions and 0 deletions
|
|
@ -42,6 +42,11 @@ Installation
|
|||
#. Add ``HAYSTACK_XAPIAN_PATH`` to ``settings.py``
|
||||
#. Set ``HAYSTACK_SEARCH_ENGINE`` to ``xapian``
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
As well as the flags described `here <http://docs.haystacksearch.org/dev/settings.html>`_, the xapian backend includes and additional `HAYSTACK_XAPIAN_FLAGS` variable to further configure how indexes are stored and manipulated. By default, this value is set to `FLAG_PHRASE | FLAG_BOOLEAN | FLAG_LOVEHATE | FLAG_WILDCARD | FLAG_PURE_NOT`. See the `Xapian documentation <http://xapian.org/docs/apidoc/html/classXapian_1_1QueryParser.html>`_ for further explanation of the available Xapian.QueryParser flags.
|
||||
|
||||
Testing
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue