Class TermsIndexReaderBase
BlockTermsReader interacts with an instance of this class to manage its terms index. The writer must accept indexed terms (many pairs of BytesRef text + long fileOffset), and then this reader must be able to retrieve the nearest index term to a provided term text.
@lucene.experimental
Inheritance
System.Object
TermsIndexReaderBase
Assembly: Lucene.Net.Codecs.dll
Syntax
public abstract class TermsIndexReaderBase : IDisposable
Properties
Name | Description |
---|---|
Divisor | |
SupportsOrd |
Methods
Name | Description |
---|---|
Dispose() | |
Dispose(Boolean) | |
GetFieldEnum(FieldInfo) | |
RamBytesUsed() | Returns approximate RAM bytes used. |