C# Class Lucene.Net.Codecs.BlockTreeTermsReader.FieldReader.SegmentTermsEnum.Frame

显示文件 Open project: apache/lucenenet

Public Properties

Property Type Description
Bytes byte[]
Longs long[]

Public Methods

Method Description
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

Private Methods

Method Description
FillTerm ( ) : void
LoadBlock ( ) : void
LoadNextFloorBlock ( ) : void
PrefixMatches ( BytesRef target ) : bool
Rewind ( ) : void

Method Details

DecodeMetaData() public method

public DecodeMetaData ( ) : void
return void

Frame() public method

public Frame ( BlockTreeTermsReader outerInstance, int ord ) : System
outerInstance BlockTreeTermsReader
ord int
return System

Next() public method

public Next ( ) : bool
return bool

NextLeaf() public method

public NextLeaf ( ) : bool
return bool

NextNonLeaf() public method

public NextNonLeaf ( ) : bool
return bool

ScanToFloorFrame() public method

public ScanToFloorFrame ( BytesRef target ) : void
target BytesRef
return void

ScanToSubBlock() public method

public ScanToSubBlock ( long subFP ) : void
subFP long
return void

ScanToTerm() public method

public ScanToTerm ( BytesRef target, bool exactOnly ) : SeekStatus
target BytesRef
exactOnly bool
return SeekStatus

ScanToTermLeaf() public method

public ScanToTermLeaf ( BytesRef target, bool exactOnly ) : SeekStatus
target BytesRef
exactOnly bool
return SeekStatus

ScanToTermNonLeaf() public method

public ScanToTermNonLeaf ( BytesRef target, bool exactOnly ) : SeekStatus
target BytesRef
exactOnly bool
return SeekStatus

SetFloorData() public method

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

Property Details

Bytes public_oe property

public byte[] Bytes
return byte[]

Longs public_oe property

public long[] Longs
return long[]