ehatcher    2003/09/16 14:00:26

  Modified:    src/java/org/apache/lucene/document Document.java
  Log:
  oops... IDEA lied to me - adding back import
  
  Revision  Changes    Path
  1.12      +4 -3      jakarta-lucene/src/java/org/apache/lucene/document/Document.java
  
  Index: Document.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-lucene/src/java/org/apache/lucene/document/Document.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Document.java     16 Sep 2003 20:03:41 -0000      1.11
  +++ Document.java     16 Sep 2003 21:00:26 -0000      1.12
  @@ -58,6 +58,7 @@
   import java.util.List;
   import java.util.ArrayList;
   import org.apache.lucene.index.IndexReader;       // for javadoc
  +import org.apache.lucene.search.Hits;             // for javadoc
   
   /** Documents are the unit of indexing and search.
    *
  @@ -93,9 +94,9 @@
      * <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
  -   * document 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 document was indexed.
      *
      * @see #setBoost(float)
      */
  
  
  

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

Reply via email to