satyaveerendra / djangosearch

Automatically exported from code.google.com/p/djangosearch
0 stars 0 forks source link

add documentation #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There is no documentation, please add some

Original issue reported on code.google.com by lauber.p...@gmail.com on 25 Nov 2008 at 9:14

GoogleCodeExporter commented 8 years ago
Here it is the 3 settings I had to had to get the test suite running:
# djangosearch related section
SEARCH_ENGINE = "solr" # solr, lucene, xapian, estraier
SEARCH_RESULTS_PER_PAGE = 10
SOLR_URL= "http://localhost:8983/solr"

Original comment by yann.ma...@gmail.com on 9 Dec 2008 at 10:40