Searched defs:totFreq (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DCheckIndex.java218 public long totFreq = 0L; field in class:CheckIndex.Status.TermIndexStatus
718 status.totFreq += docFreq;
826 msg("OK [" + status.termCount + " terms; " + status.totFreq + " terms/docs pairs; " + status.totPos + " tokens]");

Completed in 14 milliseconds