You are missing -U / in your indexing command example
omindex -s english -l 1 --db {path to index database from configuration} {path
to storage from configuration}
should be
omindex -s english -l 1 -U / --db {path to index database from configuration}
{path to storage from configuration}
because results are not shown when the URL value is not set
Original issue reported on code.google.com by michael....@gmail.com on 9 Sep 2011 at 1:00
Original issue reported on code.google.com by
michael....@gmail.com
on 9 Sep 2011 at 1:00