Class MultiTermsEnum
Exposes TermsEnum API, merged from TermsEnum API of sub-segments. This does a merge sort, by term text, of the sub-readers.
@lucene.experimental
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class MultiTermsEnum : TermsEnum, IBytesRefIterator
Constructors
Name | Description |
---|---|
MultiTermsEnum(ReaderSlice[]) | Sole constructor. |
Properties
Name | Description |
---|---|
Comparer | |
DocFreq | |
MatchArray | Returns sub-reader slices positioned to the current term. |
MatchCount | Returns how many sub-reader slices contain the current term. |
Ord | |
Term | |
TotalTermFreq |
Methods
Name | Description |
---|---|
Docs(IBits, DocsEnum, DocsFlags) | |
DocsAndPositions(IBits, DocsAndPositionsEnum, DocsAndPositionsFlags) | |
Next() | |
Reset(MultiTermsEnum.TermsEnumIndex[]) | The terms array must be newly created TermsEnum, ie Next() has not yet been called. |
SeekCeil(BytesRef) | |
SeekExact(BytesRef) | |
SeekExact(Int64) | |
ToString() |