Class FSTTermsReader
FST-based terms dictionary reader.
The FST directly maps each term and its metadata, it is memory resident.
@lucene.experimental
Assembly: Lucene.Net.Codecs.dll
Syntax
public class FSTTermsReader : FieldsProducer, IEnumerable<string>, IDisposable
Constructors
Name | Description |
---|---|
FSTTermsReader(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>)