C# Class Lucene.Net.Codecs.Lucene40.Lucene40DocValuesReader.BinaryDocValuesAnonymousInnerClassHelper2

Inheritance: Lucene.Net.Index.BinaryDocValues
Mostra file Open project: paulirwin/lucene.net

Public Methods

Method Description
BinaryDocValuesAnonymousInnerClassHelper2 ( Lucene40DocValuesReader outerInstance, PagedBytes bytesReader, PackedInts reader ) : System
Get ( int docID, BytesRef result ) : void

Method Details

BinaryDocValuesAnonymousInnerClassHelper2() public method

public BinaryDocValuesAnonymousInnerClassHelper2 ( Lucene40DocValuesReader outerInstance, PagedBytes bytesReader, PackedInts reader ) : System
outerInstance Lucene40DocValuesReader
bytesReader PagedBytes
reader PackedInts
return System

Get() public method

public Get ( int docID, BytesRef result ) : void
docID int
result BytesRef
return void