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:
Doron Cohen 2008-08-07 11:51:18 +00:00
parent 8d8e83518c
commit 78ffc2800f
1 changed files with 1 additions and 1 deletions

View File

@ -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.