You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by eh...@apache.org on 2003/10/03 05:05:28 UTC

cvs commit: jakarta-lucene/src/java/org/apache/lucene/search Query.java

ehatcher    2003/10/02 20:05:28

  Modified:    src/java/org/apache/lucene/search Query.java
  Log:
  unwrap @links
  
  Revision  Changes    Path
  1.13      +5 -5      jakarta-lucene/src/java/org/apache/lucene/search/Query.java
  
  Index: Query.java
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/search/Query.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Query.java	20 Jan 2003 18:40:19 -0000	1.12
  +++ Query.java	3 Oct 2003 03:05:28 -0000	1.13
  @@ -94,10 +94,10 @@
     public float getBoost() { return boost; }
   
     /** Prints a query to a string, with <code>field</code> as the default field
  -   * for terms.  <p>The representation used is one that is readable by {@link
  -   * org.apache.lucene.queryParser.QueryParser QueryParser} (although, if the
  -   * query was created by the parser, the printed representation may not be
  -   * exactly what was parsed).
  +   * for terms.  <p>The representation used is one that is readable by
  +   * {@link org.apache.lucene.queryParser.QueryParser QueryParser}
  +   * (although, if the query was created by the parser, the printed
  +   * representation may not be exactly what was parsed).
      */
     public abstract String toString(String field);
   
  @@ -113,7 +113,7 @@
     protected Weight createWeight(Searcher searcher) {
       throw new UnsupportedOperationException();
     }
  -  
  +
     /** Expert: Constructs an initializes a Weight for a top-level query. */
     public Weight weight(Searcher searcher)
       throws IOException {
  
  
  

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