mirror of https://github.com/apache/lucene.git
turn off debug sop
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1088052 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f10d92398b
commit
db6d7ed780
|
@ -126,7 +126,7 @@ public class UnInvertedField extends DocTermOrds {
|
|||
}
|
||||
|
||||
maxTermCounts[termNum] = searcher.getDocSet(new TermQuery(new Term(field, topTerm.term)), deState).size();
|
||||
System.out.println(" big term termNum=" + termNum + " term=" + topTerm.term.utf8ToString() + " size=" + maxTermCounts[termNum] + " dF=" + te.docFreq());
|
||||
//System.out.println(" big term termNum=" + termNum + " term=" + topTerm.term.utf8ToString() + " size=" + maxTermCounts[termNum] + " dF=" + te.docFreq());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue