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

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

Protected Properties

Property Type Description
Count int
CurrentFieldStoresPayloads bool
Df int
FreqStream IndexInput
IndexOptions FieldInfo.IndexOptions?
LiveDocs_Renamed Bits

Public Methods

Method Description
Close ( ) : void
Doc ( ) : int
Freq ( ) : int
Next ( ) : bool
Read ( int docs, int freqs ) : int

Optimized implementation.

Seek ( Lucene.Net.Codecs.Lucene3x.SegmentTermEnum segmentTermEnum ) : void
Seek ( Term term ) : void
SegmentTermDocs ( IndexInput freqStream, TermInfosReader tis, FieldInfos fieldInfos ) : System
SkipTo ( int target ) : bool

Optimized implementation.

Protected Methods

Method Description
SkipProx ( long proxPointer, int payloadLength ) : void

Overridden by SegmentTermPositions to skip in prox stream.

SkippingDoc ( ) : void

Private Methods

Method Description
ReadNoTf ( int docs, int freqs, int length ) : int
Seek ( Lucene.Net.Codecs.Lucene3x.TermInfo ti, Term term ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Doc() public method

public Doc ( ) : int
return int

Freq() public method

public Freq ( ) : int
return int

Next() public method

public Next ( ) : bool
return bool

Read() public method

Optimized implementation.
public Read ( int docs, int freqs ) : int
docs int
freqs int
return int

Seek() public method

public Seek ( Lucene.Net.Codecs.Lucene3x.SegmentTermEnum segmentTermEnum ) : void
segmentTermEnum Lucene.Net.Codecs.Lucene3x.SegmentTermEnum
return void

Seek() public method

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

SegmentTermDocs() public method

public SegmentTermDocs ( IndexInput freqStream, TermInfosReader tis, FieldInfos fieldInfos ) : System
freqStream IndexInput
tis TermInfosReader
fieldInfos FieldInfos
return System

SkipProx() protected method

Overridden by SegmentTermPositions to skip in prox stream.
protected SkipProx ( long proxPointer, int payloadLength ) : void
proxPointer long
payloadLength int
return void

SkipTo() public method

Optimized implementation.
public SkipTo ( int target ) : bool
target int
return bool

SkippingDoc() protected method

protected SkippingDoc ( ) : void
return void

Property Details

Count protected property

protected int Count
return int

CurrentFieldStoresPayloads protected property

protected bool CurrentFieldStoresPayloads
return bool

Df protected property

protected int Df
return int

FreqStream protected property

protected IndexInput FreqStream
return IndexInput

IndexOptions protected property

protected FieldInfo.IndexOptions? IndexOptions
return FieldInfo.IndexOptions?

LiveDocs_Renamed protected property

protected Bits LiveDocs_Renamed
return Bits