MultiPostingsEnum
Exposes PostingsEnum, merged from PostingsEnum API of sub-segments.
Types
Holds a PostingsEnum along with the corresponding ReaderSlice.
Properties
Functions
Returns true if this instance can be reused by the provided MultiTermsEnum.
Returns the estimated cost of this DocIdSetIterator.
Returns term frequency in the current document, or 1 if the field was indexed with . Do not call this before .nextDoc is first called, nor after .nextDoc returns DocIdSetIterator.NO_MORE_DOCS.
Load doc IDs into a FixedBitSet. This should behave exactly as if implemented as below, which is the default implementation:
Returns the next position, or -1 if positions were not indexed. Calling this more than .freq times is undefined.
Re-use and reset this instance on the provided slices.
Returns start offset for the current position, or -1 if offsets were not indexed.