C# 클래스 Lucene.Net.Codecs.BlockTreeTermsReader.FieldReader.SegmentTermsEnum.Frame

파일 보기 프로젝트 열기: apache/lucenenet

공개 프로퍼티들

프로퍼티 타입 설명
Bytes byte[]
Longs long[]

공개 메소드들

메소드 설명
DecodeMetaData ( ) : void
Frame ( BlockTreeTermsReader outerInstance, int ord ) : System
Next ( ) : bool
NextLeaf ( ) : bool
NextNonLeaf ( ) : bool
ScanToFloorFrame ( BytesRef target ) : void
ScanToSubBlock ( long subFP ) : void
ScanToTerm ( BytesRef target, bool exactOnly ) : SeekStatus
ScanToTermLeaf ( BytesRef target, bool exactOnly ) : SeekStatus
ScanToTermNonLeaf ( BytesRef target, bool exactOnly ) : SeekStatus
SetFloorData ( ByteArrayDataInput @in, BytesRef source ) : void

비공개 메소드들

메소드 설명
FillTerm ( ) : void
LoadBlock ( ) : void
LoadNextFloorBlock ( ) : void
PrefixMatches ( BytesRef target ) : bool
Rewind ( ) : void

메소드 상세

DecodeMetaData() 공개 메소드

public DecodeMetaData ( ) : void
리턴 void

Frame() 공개 메소드

public Frame ( BlockTreeTermsReader outerInstance, int ord ) : System
outerInstance BlockTreeTermsReader
ord int
리턴 System

Next() 공개 메소드

public Next ( ) : bool
리턴 bool

NextLeaf() 공개 메소드

public NextLeaf ( ) : bool
리턴 bool

NextNonLeaf() 공개 메소드

public NextNonLeaf ( ) : bool
리턴 bool

ScanToFloorFrame() 공개 메소드

public ScanToFloorFrame ( BytesRef target ) : void
target BytesRef
리턴 void

ScanToSubBlock() 공개 메소드

public ScanToSubBlock ( long subFP ) : void
subFP long
리턴 void

ScanToTerm() 공개 메소드

public ScanToTerm ( BytesRef target, bool exactOnly ) : SeekStatus
target BytesRef
exactOnly bool
리턴 SeekStatus

ScanToTermLeaf() 공개 메소드

public ScanToTermLeaf ( BytesRef target, bool exactOnly ) : SeekStatus
target BytesRef
exactOnly bool
리턴 SeekStatus

ScanToTermNonLeaf() 공개 메소드

public ScanToTermNonLeaf ( BytesRef target, bool exactOnly ) : SeekStatus
target BytesRef
exactOnly bool
리턴 SeekStatus

SetFloorData() 공개 메소드

public SetFloorData ( ByteArrayDataInput @in, BytesRef source ) : void
@in ByteArrayDataInput
source BytesRef
리턴 void

프로퍼티 상세

Bytes 공개적으로 프로퍼티

public byte[] Bytes
리턴 byte[]

Longs 공개적으로 프로퍼티

public long[] Longs
리턴 long[]