You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by do...@apache.org on 2008/01/30 13:29:49 UTC

svn commit: r616738 - /lucene/java/trunk/src/java/org/apache/lucene/search/function/CustomScoreQuery.java

Author: doronc
Date: Wed Jan 30 04:29:48 2008
New Revision: 616738

URL: http://svn.apache.org/viewvc?rev=616738&view=rev
Log:
trivial, javadoc typo.

Modified:
    lucene/java/trunk/src/java/org/apache/lucene/search/function/CustomScoreQuery.java

Modified: lucene/java/trunk/src/java/org/apache/lucene/search/function/CustomScoreQuery.java
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/java/org/apache/lucene/search/function/CustomScoreQuery.java?rev=616738&r1=616737&r2=616738&view=diff
==============================================================================
--- lucene/java/trunk/src/java/org/apache/lucene/search/function/CustomScoreQuery.java (original)
+++ lucene/java/trunk/src/java/org/apache/lucene/search/function/CustomScoreQuery.java Wed Jan 30 04:29:48 2008
@@ -430,7 +430,7 @@
 
   /**
    * Checks if this is strict custom scoring.
-   * In strict custom scoring, the ValueSource part of does not participate in weight normalization.
+   * In strict custom scoring, the ValueSource part does not participate in weight normalization.
    * This may be useful when one wants full control over how scores are modified, and does 
    * not care about normalizing by the ValueSource part.
    * One particular case where this is useful if for testing this query.