- Improved javadoc to make it more readable and removed some trailing white

spaces.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2002-02-21 20:31:10 +00:00
parent b433d6c174
commit 6f968662e9
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ import org.apache.lucene.index.IndexReader;
</ul>
<p>A parser for queries is contained in:
<ul>
<li><a href="doc/lucene.queryParser.QueryParser.html">QueryParser</a>
<li><a href="/lucene/docs/api/org/apache/lucene/queryParser/QueryParser.html">QueryParser</a>
</ul>
*/
abstract public class Query implements java.io.Serializable {
@ -103,7 +103,7 @@ abstract public class Query implements java.io.Serializable {
this term will (in addition to the normal weightings) have their score
multiplied by <code>b</code>. The boost is 1.0 by default. */
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