Class TermsIndexWriterBase.FieldWriter
Terms index API for a single field.
Inheritance
System.Object
    TermsIndexWriterBase.FieldWriter
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Codecs.BlockTerms
Assembly: Lucene.Net.Codecs.dll
Syntax
public abstract class FieldWriter
  Methods
| Improve this Doc View SourceAdd(BytesRef, TermStats, Int64)
Declaration
public abstract void Add(BytesRef text, TermStats stats, long termsFilePointer)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BytesRef | text | |
| TermStats | stats | |
| System.Int64 | termsFilePointer | 
CheckIndexTerm(BytesRef, TermStats)
Declaration
public abstract bool CheckIndexTerm(BytesRef text, TermStats stats)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BytesRef | text | |
| TermStats | stats | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Finish(Int64)
Declaration
public abstract void Finish(long termsFilePointer)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int64 | termsFilePointer |