C# Class Lucene.Net.Codecs.SimpleText.SimpleTextTermVectorsReader.SimpleTVDocsEnum

Inheritance: DocsEnum
Exibir arquivo Open project: apache/lucenenet

Public Methods

Method Description
Advance ( int target ) : int
Cost ( ) : long
DocID ( ) : int
Freq ( ) : int
NextDoc ( ) : int
Reset ( Bits liveDocs, int freq ) : void

Method Details

Advance() public method

public Advance ( int target ) : int
target int
return int

Cost() public method

public Cost ( ) : long
return long

DocID() public method

public DocID ( ) : int
return int

Freq() public method

public Freq ( ) : int
return int

NextDoc() public method

public NextDoc ( ) : int
return int

Reset() public method

public Reset ( Bits liveDocs, int freq ) : void
liveDocs Bits
freq int
return void