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:
Daniel Naber 2006-04-10 14:39:40 +00:00
parent d214dd8cd1
commit 891b25d92c
1 changed files with 3 additions and 2 deletions

View File

@ -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>