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

Inheritance: DocsAndPositionsEnum
Mostrar archivo Open project: apache/lucenenet

Public Methods

Method Description
Advance ( int target ) : int
Cost ( ) : long
DocID ( ) : int
EndOffset ( ) : int
Freq ( ) : int
NextDoc ( ) : int
NextPosition ( ) : int
Reset ( Bits liveDocs, int positions, int startOffsets, int endOffsets, BytesRef payloads ) : void
StartOffset ( ) : int

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

EndOffset() public method

public EndOffset ( ) : int
return int

Freq() public method

public Freq ( ) : int
return int

NextDoc() public method

public NextDoc ( ) : int
return int

NextPosition() public method

public NextPosition ( ) : int
return int

Reset() public method

public Reset ( Bits liveDocs, int positions, int startOffsets, int endOffsets, BytesRef payloads ) : void
liveDocs Bits
positions int
startOffsets int
endOffsets int
payloads BytesRef
return void

StartOffset() public method

public StartOffset ( ) : int
return int