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:
Michael McCandless 2010-10-24 10:50:45 +00:00
parent a813e53adf
commit f2b2481c14
2 changed files with 2 additions and 2 deletions

View File

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

View File

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