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

Mostra file 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

Private Methods

Method Description
Load ( BytesRef frameIndexData ) : void
LoadNextFloorBlock ( ) : 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

Property Details

Bytes public_oe property

public byte[] Bytes
return byte[]

Longs public_oe property

public long[] Longs
return long[]