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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DCheckIndex.java251 public long totVectors = 0; field in class:CheckIndex.Status.TermVectorStatus
893 status.totVectors += tfv.length;
898 msg("OK [" + status.totVectors + " total vector count; avg " +
899 format.format((((float) status.totVectors) / status.docCount)) + " term/freq vector fields per doc]");

Completed in 13 milliseconds