From: Wolfgang M. M. <wol...@us...> - 2004-07-16 17:45:43
|
Update of /cvsroot/exist/eXist-1.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29961 Modified Files: build.properties conf.xml Log Message: Fixed text:match-count function. Index: conf.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/conf.xml,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** conf.xml 14 Jul 2004 19:04:00 -0000 1.55 --- conf.xml 16 Jul 2004 17:45:30 -0000 1.56 *************** *** 121,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 --- 121,125 ---- <indexer stemming="no" caseSensitive="no" suppress-whitespace="both" index-depth="1" tokenizer="org.exist.storage.analysis.SimpleTokenizer" ! track-term-freq="yes" validation="no"> <!-- where's the file containing a list of stopwords to be ignored Index: build.properties =================================================================== RCS file: /cvsroot/exist/eXist-1.0/build.properties,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** build.properties 28 May 2004 10:54:12 -0000 1.22 --- build.properties 16 Jul 2004 17:45:30 -0000 1.23 *************** *** 27,29 **** # sources of the XML:DB API. Needed for javadoc ! xmldb.src = /home/wolf/Java/xmldb/xapi/src/api --- 27,29 ---- # sources of the XML:DB API. Needed for javadoc ! xmldb.src = /home/wolf/Devel/eXist/xapi/src/api |