diff options
author | neodarz <neodarz@neodarz.net> | 2019-01-16 19:46:02 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-01-16 19:46:02 +0100 |
commit | 1dcf57df8ca2bdad6ef38d9bf3a1fdf80c2da3a8 (patch) | |
tree | 27c744d114000963d8c5265f7bd0bdfa4eb6ca16 | |
parent | 698b6333e6362613f77bfdd8f496acd37f7a24cd (diff) | |
download | khanindexer-1dcf57df8ca2bdad6ef38d9bf3a1fdf80c2da3a8.tar.xz khanindexer-1dcf57df8ca2bdad6ef38d9bf3a1fdf80c2da3a8.zip |
Add some documentation about sphinx/manticore configuration
Diffstat (limited to '')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -41,6 +41,15 @@ python app.py The database used for this project is PostgreSQL, you can update login information in `config.py` file. +# Sphinx-search / Manticore-search configuration + +The configuration for this is in `sphinx_search.conf` file. For update this +file please view documentation of +[Sphinx-search](http://sphinxsearch.com/docs/manual-2.3.2.html) or +[Manticore-search](https://docs.manticoresearch.com). +Keep in mind you must keep up to date the file `config.py` in accordance with +the `sphinx_search.conf` file. + # Indexing Before lauch indexing or searching command you must verifiy that the folder of |