Class TermsIndexWriterBase.FieldWriter
Terms index API for a single field.
Inherited Members
Namespace: Lucene.Net.Codecs.BlockTerms
Assembly: Lucene.Net.Codecs.dll
Syntax
public abstract class TermsIndexWriterBase.FieldWriter
Methods
Add(BytesRef, TermStats, long)
Terms index API for a single field.
Declaration
public abstract void Add(BytesRef text, TermStats stats, long termsFilePointer)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | text | |
TermStats | stats | |
long | termsFilePointer |
CheckIndexTerm(BytesRef, TermStats)
Terms index API for a single field.
Declaration
public abstract bool CheckIndexTerm(BytesRef text, TermStats stats)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | text | |
TermStats | stats |
Returns
Type | Description |
---|---|
bool |
Finish(long)
Terms index API for a single field.
Declaration
public abstract void Finish(long termsFilePointer)
Parameters
Type | Name | Description |
---|---|---|
long | termsFilePointer |