mirror of https://github.com/apache/lucene.git
javadoc fix.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@683593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8d8e83518c
commit
78ffc2800f
|
@ -48,7 +48,7 @@ public class DisjunctionMaxQuery extends Query {
|
|||
private float tieBreakerMultiplier = 0.0f;
|
||||
|
||||
/** Creates a new empty DisjunctionMaxQuery. Use add() to add the subqueries.
|
||||
* @param tieBreakerMultiplier this score of each non-maximum disjunct for a document is multiplied by this weight
|
||||
* @param tieBreakerMultiplier the score of each non-maximum disjunct for a document is multiplied by this weight
|
||||
* and added into the final score. If non-zero, the value should be small, on the order of 0.1, which says that
|
||||
* 10 occurrences of word in a lower-scored field that is also in a higher scored field is just as good as a unique
|
||||
* word in the lower scored field (i.e., one that is not in any higher scored field.
|
||||
|
|
Loading…
Reference in New Issue