mirror of https://github.com/apache/lucene.git
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:
parent
559f4617c2
commit
28605048e1
|
@ -430,7 +430,7 @@ public class CustomScoreQuery extends Query {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if this is strict custom scoring.
|
* 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
|
* This may be useful when one wants full control over how scores are modified, and does
|
||||||
* not care about normalizing by the ValueSource part.
|
* not care about normalizing by the ValueSource part.
|
||||||
* One particular case where this is useful if for testing this query.
|
* One particular case where this is useful if for testing this query.
|
||||||
|
|
Loading…
Reference in New Issue