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:
Michael McCandless 2011-04-02 15:51:56 +00:00
parent f10d92398b
commit db6d7ed780
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
}