mirror of https://github.com/apache/lucene.git
fix typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@393166 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
891b25d92c
commit
0065df6858
|
@ -59,7 +59,7 @@ public abstract class Query implements java.io.Serializable, Cloneable {
|
||||||
public float getBoost() { return boost; }
|
public float getBoost() { return boost; }
|
||||||
|
|
||||||
/** Prints a query to a string, with <code>field</code> assumed to be the
|
/** Prints a query to a string, with <code>field</code> assumed to be the
|
||||||
* default field and ommitted.
|
* default field and omitted.
|
||||||
* <p>The representation used is one that is supposed to be readable
|
* <p>The representation used is one that is supposed to be readable
|
||||||
* by {@link org.apache.lucene.queryParser.QueryParser QueryParser}. However,
|
* by {@link org.apache.lucene.queryParser.QueryParser QueryParser}. However,
|
||||||
* there are the following limitations:
|
* there are the following limitations:
|
||||||
|
|
Loading…
Reference in New Issue