C# Class Lucene.Net.Codecs.Lucene42.Lucene42DocValuesProducer.BinaryDocValuesAnonymousInnerClassHelper

Inheritance: BinaryDocValues
Datei anzeigen Open project: paulirwin/lucene.net

Public Methods

Method Description
BinaryDocValuesAnonymousInnerClassHelper ( Lucene42DocValuesProducer outerInstance, PagedBytes bytesReader, int fixedLength ) : Lucene.Net.Store
Get ( int docID, BytesRef result ) : void

Method Details

BinaryDocValuesAnonymousInnerClassHelper() public method

public BinaryDocValuesAnonymousInnerClassHelper ( Lucene42DocValuesProducer outerInstance, PagedBytes bytesReader, int fixedLength ) : Lucene.Net.Store
outerInstance Lucene42DocValuesProducer
bytesReader PagedBytes
fixedLength int
return Lucene.Net.Store

Get() public method

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