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.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
TermsIndexReaderBase
Assembly: Lucene.Net.Codecs.dll
Syntax
public abstract class TermsIndexReaderBase : IDisposable
Properties
|
Improve this Doc
View Source
Divisor
Declaration
public abstract int Divisor { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SupportsOrd
Declaration
public abstract bool SupportsOrd { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected abstract void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
|
Improve this Doc
View Source
GetFieldEnum(FieldInfo)
Declaration
public abstract TermsIndexReaderBase.FieldIndexEnum GetFieldEnum(FieldInfo fieldInfo)
Parameters
Returns
|
Improve this Doc
View Source
RamBytesUsed()
Returns approximate RAM bytes used.
Declaration
public abstract long RamBytesUsed()
Returns
Type |
Description |
System.Int64 |
|