Class FSTOrdTermsReader
FST-based terms dictionary reader.
The FST index maps each term and its ord, and during seek the ord is used fetch metadata from a single block. The term dictionary is fully memory resident.
@lucene.experimental
Assembly: Lucene.Net.Codecs.dll
Syntax
public class FSTOrdTermsReader : FieldsProducer, IEnumerable<string>, IDisposable
Constructors
Name | Description |
---|---|
FSTOrdTermsReader(SegmentReadState, PostingsReaderBase) |
Properties
Name | Description |
---|---|
Count |
Methods
Name | Description |
---|---|
CheckIntegrity() | |
Dispose(Boolean) | |
GetEnumerator() | |
GetTerms(String) | |
RamBytesUsed() |
Extension Methods
Lucene.Net.Support.EnumerableExtensions.InPairs<T, TOut>(System.Collections.Generic.IEnumerable<T>, System.Func<T, T, TOut>)
Lucene.Net.Support.EnumerableExtensions.InPairs<T, TOut>(System.Collections.Generic.IEnumerable<T>, System.Func<T, T, TOut>)