bradford    02/04/21 12:44:26

  Modified:    java/src/org/apache/xindice/core/fulltext
                        FullTextIndexer.java
  Log:
  Default stemmer name
  
  Revision  Changes    Path
  1.3       +2 -2      
xml-xindice/java/src/org/apache/xindice/core/fulltext/FullTextIndexer.java
  
  Index: FullTextIndexer.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xindice/java/src/org/apache/xindice/core/fulltext/FullTextIndexer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FullTextIndexer.java      21 Apr 2002 19:41:50 -0000      1.2
  +++ FullTextIndexer.java      21 Apr 2002 19:44:26 -0000      1.3
  @@ -56,7 +56,7 @@
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    *
  - * $Id: FullTextIndexer.java,v 1.2 2002/04/21 19:41:50 bradford Exp $
  + * $Id: FullTextIndexer.java,v 1.3 2002/04/21 19:44:26 bradford Exp $
    */
   
   import org.apache.xindice.core.*;
  @@ -84,7 +84,7 @@
      private static final IndexMatch[] EmptyMatches = new IndexMatch[0];
      private static final Value EmptyValue = new Value(new byte[0]);
   
  -   private static final String DEFAULT_STEMMER = 
"org.apache.xindice.fulltext.PorterStemmer";
  +   private static final String DEFAULT_STEMMER = 
"org.apache.xindice.core.fulltext.PorterStemmer";
      private static final String DEFAULT_STOPWORDS = "stopwords.txt";
   
      private static final byte MATCHES = 20;
  
  
  

Reply via email to