Class BlockTermsWriter
Writes terms dict, block-encoding (column stride) each term's metadata
for each set of terms between two index terms.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
BlockTermsWriter
Assembly: Lucene.Net.Codecs.dll
Syntax
public class BlockTermsWriter : FieldsConsumer
Constructors
|
Improve this Doc
View Source
BlockTermsWriter(TermsIndexWriterBase, SegmentWriteState, PostingsWriterBase)
Declaration
public BlockTermsWriter(TermsIndexWriterBase termsIndexWriter, SegmentWriteState state, PostingsWriterBase postingsWriter)
Parameters
Fields
|
Improve this Doc
View Source
m_output
Declaration
protected IndexOutput m_output
Field Value
|
Improve this Doc
View Source
TERMS_EXTENSION
Declaration
public static readonly string TERMS_EXTENSION
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VERSION_APPEND_ONLY
Declaration
public static readonly int VERSION_APPEND_ONLY
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
VERSION_CHECKSUM
Declaration
public static readonly int VERSION_CHECKSUM
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
VERSION_CURRENT
Declaration
public static readonly int VERSION_CURRENT
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public static readonly int VERSION_META_ARRAY
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
VERSION_START
Declaration
public static readonly int VERSION_START
Field Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
AddField(FieldInfo)
Declaration
public override TermsConsumer AddField(FieldInfo field)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|