Uses of Class
org.apache.lucene.codecs.TermStats
-
Packages that use TermStats Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. -
-
Uses of TermStats in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return TermStats Modifier and Type Method Description TermStats
PostingsConsumer. merge(MergeState mergeState, FieldInfo.IndexOptions indexOptions, DocsEnum postings, FixedBitSet visitedDocs)
Default merge impl: append documents, mapping around deletesMethods in org.apache.lucene.codecs with parameters of type TermStats Modifier and Type Method Description abstract void
TermsConsumer. finishTerm(BytesRef text, TermStats stats)
Finishes the current term; numDocs must be > 0.
-