Property | Type | Description | |
---|---|---|---|
Count | int | ||
CurrentFieldStoresPayloads | bool | ||
Df | int | ||
FreqStream | IndexInput | ||
IndexOptions | FieldInfo.IndexOptions? | ||
LiveDocs_Renamed | Bits |
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, |
||
SkipTo ( int target ) : bool |
Optimized implementation.
|
Method | Description | |
---|---|---|
SkipProx ( long proxPointer, int payloadLength ) : void |
Overridden by SegmentTermPositions to skip in prox stream.
|
|
SkippingDoc ( ) : void |
Method | Description | |
---|---|---|
ReadNoTf ( int docs, int freqs, int length ) : int | ||
Seek ( Lucene.Net.Codecs.Lucene3x.TermInfo ti, Term term ) : void |
public Seek ( Lucene.Net.Codecs.Lucene3x.SegmentTermEnum segmentTermEnum ) : void | ||
segmentTermEnum | Lucene.Net.Codecs.Lucene3x.SegmentTermEnum | |
return | void |
public SegmentTermDocs ( IndexInput freqStream, |
||
freqStream | IndexInput | |
tis | ||
fieldInfos | FieldInfos | |
return | System |
protected SkipProx ( long proxPointer, int payloadLength ) : void | ||
proxPointer | long | |
payloadLength | int | |
return | void |
protected bool CurrentFieldStoresPayloads | ||
return | bool |
protected FieldInfo.IndexOptions? IndexOptions | ||
return | FieldInfo.IndexOptions? |