C# Class Lucene.Net.Codecs.BlockTerms.VariableGapTermsIndexWriter.FstFieldWriter

Inheritance: FieldWriter
Show file Open project: paulirwin/lucene.net

Public Methods

Method Description
Add ( BytesRef text, TermStats stats, long termsFilePointer ) : void
CheckIndexTerm ( BytesRef text, TermStats stats ) : bool
Finish ( long termsFilePointer ) : void
FstFieldWriter ( FieldInfo fieldInfo, long termsFilePointer, VariableGapTermsIndexWriter vgtiw ) : System

Method Details

Add() public method

public Add ( BytesRef text, TermStats stats, long termsFilePointer ) : void
text BytesRef
stats TermStats
termsFilePointer long
return void

CheckIndexTerm() public method

public CheckIndexTerm ( BytesRef text, TermStats stats ) : bool
text BytesRef
stats TermStats
return bool

Finish() public method

public Finish ( long termsFilePointer ) : void
termsFilePointer long
return void

FstFieldWriter() public method

public FstFieldWriter ( FieldInfo fieldInfo, long termsFilePointer, VariableGapTermsIndexWriter vgtiw ) : System
fieldInfo FieldInfo
termsFilePointer long
vgtiw VariableGapTermsIndexWriter
return System