mirror of https://github.com/apache/lucene.git
fixed typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@573558 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6c761bde63
commit
373f0d777f
|
@ -327,7 +327,7 @@ public class CheckHits {
|
|||
}
|
||||
TestCase.assertTrue(
|
||||
q+": multi valued explanation description=\""+descr
|
||||
+"\" must be 'max of plus x times others' or end with 'prodoct of'"
|
||||
+"\" must be 'max of plus x times others' or end with 'product of'"
|
||||
+" or 'sum of:' or 'max of:' - "+expl,
|
||||
productOf || sumOf || maxOf || maxTimesOthers);
|
||||
float sum = 0;
|
||||
|
|
Loading…
Reference in New Issue