Class FixedGapTermsIndexWriter
Selects every Nth term as and index term, and hold term bytes (mostly) fully expanded in memory. This terms index supports seeking by ord. See VariableGapTermsIndexWriter for a more memory efficient terms index that does not support seeking by ord.
@lucene.experimental
Inherited Members
Assembly: Lucene.Net.Codecs.dll
Syntax
public class FixedGapTermsIndexWriter : TermsIndexWriterBase
Constructors
Name | Description |
---|---|
FixedGapTermsIndexWriter(SegmentWriteState) |
Fields
Name | Description |
---|---|
m_output |
Methods
Name | Description |
---|---|
AddField(FieldInfo, Int64) | |
Dispose(Boolean) | |
IndexedTermPrefixLength(BytesRef, BytesRef) | NOTE: if your codec does not sort in unicode code
point order, you must override this method, to simply
return |