You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by dn...@apache.org on 2004/10/17 13:19:39 UTC

cvs commit: jakarta-lucene/src/java/org/apache/lucene/analysis/standard StandardAnalyzer.java

dnaber      2004/10/17 04:19:39

  Modified:    src/java/org/apache/lucene/analysis/standard
                        StandardAnalyzer.java
  Log:
  improve doc for default constructor, no functional change
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-lucene/src/java/org/apache/lucene/analysis/standard/StandardAnalyzer.java
  
  Index: StandardAnalyzer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/analysis/standard/StandardAnalyzer.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- StandardAnalyzer.java	29 Mar 2004 22:48:01 -0000	1.8
  +++ StandardAnalyzer.java	17 Oct 2004 11:19:39 -0000	1.9
  @@ -33,7 +33,7 @@
     useful for searching. */
     public static final String[] STOP_WORDS = StopAnalyzer.ENGLISH_STOP_WORDS;
   
  -  /** Builds an analyzer. */
  +  /** Builds an analyzer with the default stop words ({@link #STOP_WORDS}). */
     public StandardAnalyzer() {
       this(STOP_WORDS);
     }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org