LetoDMS Community Forum
Creating a Full text Index - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Technical Support (https://community.letodms.com/forumdisplay.php?fid=10)
+--- Thread: Creating a Full text Index (/showthread.php?tid=520)



Creating a Full text Index - Daanl - 07-05-2012

HI,
I Loaded LetoDS on a testbox in the office. All is working well. I created two folders and uploaded pdf and normal text docs.
When I want to create a full text index I get the following error; PHP Notice: Undefined property: Settings::$_stopWordsFile in /srv/www/htdocs/letoDMS-3.3.5/out/out.Indexer.php on line 92,
Can somebody help with this.


RE: Creating a Full text Index - steinm - 07-05-2012

(07-05-2012, 07:03 PM)Daanl Wrote: HI,
I Loaded LetoDS on a testbox in the office. All is working well. I created two folders and uploaded pdf and normal text docs.
When I want to create a full text index I get the following error; PHP Notice: Undefined property: Settings::$_stopWordsFile in /srv/www/htdocs/letoDMS-3.3.5/out/out.Indexer.php on line 92,
Can somebody help with this.

That's a bug. In order to get around it, I would suggest you set a variable $_stopWordsFile in inc/inc.ClassSettings.php. Either pointing to a stop words file or set it to the empty string. I'll fix that for the next release.

Uwe