Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@apache.org Received: (qmail 16269 invoked from network); 21 Feb 2002 20:31:14 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 21 Feb 2002 20:31:14 -0000 Received: (qmail 21286 invoked by uid 97); 21 Feb 2002 20:31:16 -0000 Delivered-To: qmlist-jakarta-archive-lucene-dev@jakarta.apache.org Received: (qmail 21264 invoked by uid 97); 21 Feb 2002 20:31:16 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 21217 invoked by uid 97); 21 Feb 2002 20:31:15 -0000 Date: 21 Feb 2002 20:31:10 -0000 Message-ID: <20020221203110.47928.qmail@icarus.apache.org> From: otis@apache.org To: jakarta-lucene-cvs@apache.org Subject: cvs commit: jakarta-lucene/src/java/org/apache/lucene/search Query.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N otis 02/02/21 12:31:10 Modified: src/java/org/apache/lucene/search Query.java Log: - Improved javadoc to make it more readable and removed some trailing white spaces. Revision Changes Path 1.4 +2 -2 jakarta-lucene/src/java/org/apache/lucene/search/Query.java Index: Query.java =================================================================== RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/search/Query.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Query.java 5 Feb 2002 18:00:18 -0000 1.3 +++ Query.java 21 Feb 2002 20:31:10 -0000 1.4 @@ -68,7 +68,7 @@

A parser for queries is contained in:

*/ abstract public class Query implements java.io.Serializable { @@ -103,7 +103,7 @@ this term will (in addition to the normal weightings) have their score multiplied by b. The boost is 1.0 by default. */ 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 readable by -- To unsubscribe, e-mail: For additional commands, e-mail: