diff options
-rw-r--r-- | README.md | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -27,21 +27,14 @@ All explication is for Manticore-search for the moment but at many time the term `sphinx` is used in code because Manticore-search want to keep a compatibility with Sphinx-search. -# Crawling - -For now there is an example spider with neodarz website. -For testing it just run: - -``` -python app.py -``` +# Configuration ## Database The database used for this project is PostgreSQL, you can update login information in `config.py` file. -# Sphinx-search / Manticore-search configuration +## Sphinx-search / Manticore-search The configuration for this is in `sphinx_search.conf` file. For update this file please view documentation of @@ -50,6 +43,15 @@ file please view documentation of Keep in mind you must keep up to date the file `config.py` in accordance with the `sphinx_search.conf` file. +# Crawling + +For now there is an example spider with neodarz website. +For testing it just run: + +``` +python app.py +``` + # Indexing Before lauch indexing or searching command you must verifiy that the folder of |