trivial, javadoc typo.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@616738 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doron Cohen 2008-01-30 12:29:48 +00:00
parent 559f4617c2
commit 28605048e1
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ public class CustomScoreQuery extends Query {
/**
* 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.