otis        2004/08/17 13:22:33

  Modified:    src/java/org/apache/lucene/document Field.java
  Log:
  - Small javadoc fix reported by Ernesto De Santis
  
  Revision  Changes    Path
  1.16      +4 -4      jakarta-lucene/src/java/org/apache/lucene/document/Field.java
  
  Index: Field.java
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/document/Field.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Field.java        10 Aug 2004 21:34:57 -0000      1.15
  +++ Field.java        17 Aug 2004 20:22:33 -0000      1.16
  @@ -61,14 +61,14 @@
       this.boost = boost;
     }
   
  -  /** Returns the boost factor for hits on any field of this document.
  +  /** Returns the boost factor for hits for this field.
      *
      * <p>The default value is 1.0.
      *
      * <p>Note: this value is not stored directly with the document in the index.
  -   * Documents returned from [EMAIL PROTECTED] IndexReader#document(int)} and 
[EMAIL PROTECTED]
  -   * Hits#doc(int)} may thus not have the same value present as when this field
  -   * was indexed.
  +   * Documents returned from [EMAIL PROTECTED] IndexReader#document(int)} and
  +   * [EMAIL PROTECTED] Hits#doc(int)} may thus not have the same value present as 
when
  +   * this field was indexed.
      *
      * @see #setBoost(float)
      */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to