From bf38bdaa0316835345c75eb680925299330910e6 Mon Sep 17 00:00:00 2001 From: "vit.jonas@gmail.com" Date: Wed, 14 Sep 2011 20:27:15 +0000 Subject: [PATCH] * fixed Issue 147: Wrong command for indexing (missing -U /) git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@233 5e329b0b-a2ee-ea63-e329-299493fc886d --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 06c5c5a5..afbe9866 100644 --- a/README.txt +++ b/README.txt @@ -73,7 +73,7 @@ sudo apt-get install libxapian-ruby1.8 xapian-omega libxapian-dev xpdf antiword If you want to use fulltext search features, you must setup file content indexing. It is necessary to index DMSF files with omega before searching attemts to recieve some output: - omindex -s english -l 1 --db {path to index database from configuration} {path to storage from configuration} + omindex -s english -l 1 -U / --db {path to index database from configuration} {path to storage from configuration} This command must be run on regular basis (e.g. from cron)