From: Giulio V. <gva...@us...> - 2004-07-27 13:42:57
|
Update of /cvsroot/exist/eXist-1.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29088 Modified Files: conf.xml Log Message: Index: conf.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/conf.xml,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** conf.xml 26 Jul 2004 10:47:56 -0000 1.58 --- conf.xml 27 Jul 2004 13:42:47 -0000 1.59 *************** *** 132,136 **** <indexer stemming="no" caseSensitive="no" suppress-whitespace="both" index-depth="1" tokenizer="org.exist.storage.analysis.SimpleTokenizer" ! track-term-freq="yes" validation="no" suppress-whitespace-mixed-content="no"> <!-- where's the file containing a list of stopwords to be ignored --- 132,136 ---- <indexer stemming="no" caseSensitive="no" suppress-whitespace="both" index-depth="1" tokenizer="org.exist.storage.analysis.SimpleTokenizer" ! track-term-freq="yes" validation="no" preserve-whitespace-mixed-content="no"> <!-- where's the file containing a list of stopwords to be ignored |