mirror of https://github.com/apache/lucene.git
slightly improve javadoc of toString(String)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@392961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d214dd8cd1
commit
891b25d92c
|
@ -58,8 +58,9 @@ public abstract class Query implements java.io.Serializable, Cloneable {
|
|||
*/
|
||||
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 supposed to be readable
|
||||
/** Prints a query to a string, with <code>field</code> assumed to be the
|
||||
* default field and ommitted.
|
||||
* <p>The representation used is one that is supposed to be readable
|
||||
* by {@link org.apache.lucene.queryParser.QueryParser QueryParser}. However,
|
||||
* there are the following limitations:
|
||||
* <ul>
|
||||
|
|
Loading…
Reference in New Issue