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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DCheckIndex.java204 public long totFields = 0L; field in class:CheckIndex.Status.FieldNormStatus
236 public long totFields = 0; field in class:CheckIndex.Status.StoredFieldStatus
653 ++status.totFields;
657 msg("OK [" + status.totFields + " fields]");
855 status.totFields += doc.getFields().size();
864 msg("OK [" + status.totFields + " total field count; avg " +
865 format.format((((float) status.totFields)/status.docCount)) + " fields per doc]");

Completed in 13 milliseconds