mirror of https://github.com/apache/lucene.git
I am the nocommit policeman
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a813e53adf
commit
f2b2481c14
|
@ -50,7 +50,6 @@ final class TermsHashPerField extends InvertedDocConsumerPerField {
|
|||
|
||||
final FieldInfo fieldInfo;
|
||||
|
||||
// nocommit - how to communicate byte usage to DocumentsWriter?
|
||||
final BytesRefHash bytesHash;
|
||||
|
||||
ParallelPostingsArray postingsArray;
|
||||
|
|
|
@ -59,7 +59,8 @@ public final class FuzzyTermsEnum extends TermsEnum {
|
|||
|
||||
private float bottom;
|
||||
private BytesRef bottomTerm;
|
||||
// nocommit: chicken-and-egg
|
||||
|
||||
// TODO: chicken-and-egg
|
||||
private final Comparator<BytesRef> termComparator = BytesRef.getUTF8SortedAsUnicodeComparator();
|
||||
|
||||
private final float minSimilarity;
|
||||
|
|
Loading…
Reference in New Issue