C# 클래스 Lucene.Net.Codecs.Lucene3x.SegmentTermDocs

파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Count int
CurrentFieldStoresPayloads bool
Df int
FreqStream IndexInput
IndexOptions FieldInfo.IndexOptions?
LiveDocs_Renamed Bits

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
SkipProx ( long proxPointer, int payloadLength ) : void

Overridden by SegmentTermPositions to skip in prox stream.

SkippingDoc ( ) : void

비공개 메소드들

메소드 설명
ReadNoTf ( int docs, int freqs, int length ) : int
Seek ( Lucene.Net.Codecs.Lucene3x.TermInfo ti, Term term ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Doc() 공개 메소드

public Doc ( ) : int
리턴 int

Freq() 공개 메소드

public Freq ( ) : int
리턴 int

Next() 공개 메소드

public Next ( ) : bool
리턴 bool

Read() 공개 메소드

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

Seek() 공개 메소드

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

Seek() 공개 메소드

public Seek ( Term term ) : void
term Term
리턴 void

SegmentTermDocs() 공개 메소드

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

SkipProx() 보호된 메소드

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

SkipTo() 공개 메소드

Optimized implementation.
public SkipTo ( int target ) : bool
target int
리턴 bool

SkippingDoc() 보호된 메소드

protected SkippingDoc ( ) : void
리턴 void

프로퍼티 상세

Count 보호되어 있는 프로퍼티

protected int Count
리턴 int

CurrentFieldStoresPayloads 보호되어 있는 프로퍼티

protected bool CurrentFieldStoresPayloads
리턴 bool

Df 보호되어 있는 프로퍼티

protected int Df
리턴 int

FreqStream 보호되어 있는 프로퍼티

protected IndexInput FreqStream
리턴 IndexInput

IndexOptions 보호되어 있는 프로퍼티

protected FieldInfo.IndexOptions? IndexOptions
리턴 FieldInfo.IndexOptions?

LiveDocs_Renamed 보호되어 있는 프로퍼티

protected Bits LiveDocs_Renamed
리턴 Bits