BackupGGCode / dataparksearch

An open source search engine for Internet and Intranet sites
GNU General Public License v2.0
1 stars 2 forks source link

dbmode=cache is not documented #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Initially I configured indexer with
 mysql://foo:bar@localhost/search/?dbmode=cache
changed only username and password.

Indexer indexed without any error, and then search.cgi always returned 0 
results.

Later, I re-read docs and noticed that must set dbmode to something else.

So dbmode=cache either must cause an error or be documented.

Original issue reported on code.google.com by fromagxo@gmail.com on 1 Mar 2011 at 3:16

GoogleCodeExporter commented 9 years ago
Perhaps you have missed to execute "indexer -TW" command after indexing to 
write URL Data.
You need to execute this command after each indexing/reindexing.

Original comment by dp.max...@gmail.com on 13 Mar 2011 at 12:25