From 891b25d92c518df50553944cd3351a462e652b6c Mon Sep 17 00:00:00 2001 From: Daniel Naber Date: Mon, 10 Apr 2006 14:39:40 +0000 Subject: [PATCH] slightly improve javadoc of toString(String) git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@392961 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/lucene/search/Query.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/java/org/apache/lucene/search/Query.java b/src/java/org/apache/lucene/search/Query.java index c8183add863..42bfd37babf 100644 --- a/src/java/org/apache/lucene/search/Query.java +++ b/src/java/org/apache/lucene/search/Query.java @@ -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 field as the default field - * for terms.

The representation used is one that is supposed to be readable + /** Prints a query to a string, with field assumed to be the + * default field and ommitted. + *

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: *