C# Class Lucene.Net.Codecs.Lucene3x.TermBuffer

Inheritance: ICloneable
Show file Open project: paulirwin/lucene.net Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
CompareTo ( TermBuffer other ) : int
Read ( IndexInput input, FieldInfos fieldInfos ) : void
Reset ( ) : void
Set ( Term term ) : void
Set ( TermBuffer other ) : void
ToTerm ( ) : Term

Method Details

Clone() public method

public Clone ( ) : object
return object

CompareTo() public method

public CompareTo ( TermBuffer other ) : int
other TermBuffer
return int

Read() public method

public Read ( IndexInput input, FieldInfos fieldInfos ) : void
input IndexInput
fieldInfos FieldInfos
return void

Reset() public method

public Reset ( ) : void
return void

Set() public method

public Set ( Term term ) : void
term Term
return void

Set() public method

public Set ( TermBuffer other ) : void
other TermBuffer
return void

ToTerm() public method

public ToTerm ( ) : Term
return Term