mirror of https://github.com/apache/lucene.git
fix test to use only a single byte
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1496636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c672b56305
commit
7a728eb36b
|
@ -107,7 +107,7 @@ public class TestMaxTermFrequency extends LuceneTestCase {
|
|||
|
||||
@Override
|
||||
public long encodeNormValue(float f) {
|
||||
return (long) f;
|
||||
return (byte) f;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue