From: Wolfgang M. M. <wol...@us...> - 2004-07-14 19:04:09
|
Update of /cvsroot/exist/eXist-1.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14611 Modified Files: conf.xml Log Message: Added optional term frequency counts to fulltext index. Index: conf.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/conf.xml,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** conf.xml 23 Jun 2004 15:00:19 -0000 1.54 --- conf.xml 14 Jul 2004 19:04:00 -0000 1.55 *************** *** 120,125 **** --> <indexer stemming="no" caseSensitive="no" suppress-whitespace="both" ! index-depth="1" tokenizer="org.exist.storage.analysis.SimpleTokenizer" ! validation="no"> <!-- where's the file containing a list of stopwords to be ignored --- 120,126 ---- --> <indexer stemming="no" caseSensitive="no" suppress-whitespace="both" ! index-depth="1" tokenizer="org.exist.storage.analysis.SimpleTokenizer" ! track-term-freq="no" ! validation="no"> <!-- where's the file containing a list of stopwords to be ignored |