Class VariableGapTermsIndexReader
See VariableGapTermsIndexWriter.
Note
This API is experimental and might change in incompatible ways in the next release.
Implements
Inherited Members
Namespace: Lucene.Net.Codecs.BlockTerms
Assembly: Lucene.Net.Codecs.dll
Syntax
public class VariableGapTermsIndexReader : TermsIndexReaderBase, IDisposable
Constructors
VariableGapTermsIndexReader(Directory, FieldInfos, string, int, string, IOContext)
See VariableGapTermsIndexWriter.
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
public VariableGapTermsIndexReader(Directory dir, FieldInfos fieldInfos, string segment, int indexDivisor, string segmentSuffix, IOContext context)
Parameters
Type | Name | Description |
---|---|---|
Directory | dir | |
FieldInfos | fieldInfos | |
string | segment | |
int | indexDivisor | |
string | segmentSuffix | |
IOContext | context |
Properties
Divisor
See VariableGapTermsIndexWriter.
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
public override int Divisor { get; }
Property Value
Type | Description |
---|---|
int |
Overrides
SupportsOrd
See VariableGapTermsIndexWriter.
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
public override bool SupportsOrd { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
Methods
Dispose(bool)
See VariableGapTermsIndexWriter.
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
Overrides
GetFieldEnum(FieldInfo)
See VariableGapTermsIndexWriter.
Note
This API is experimental and might change in incompatible ways in the next release.
Declaration
public override TermsIndexReaderBase.FieldIndexEnum GetFieldEnum(FieldInfo fieldInfo)
Parameters
Type | Name | Description |
---|---|---|
FieldInfo | fieldInfo |
Returns
Type | Description |
---|---|
TermsIndexReaderBase.FieldIndexEnum |
Overrides
RamBytesUsed()
Returns approximate RAM bytes used.
Declaration
public override long RamBytesUsed()
Returns
Type | Description |
---|---|
long |