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

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

Public Methods

Method Description
GetOrd ( int docID ) : int
LookupOrd ( int ord, BytesRef result ) : void
LookupTerm ( BytesRef key ) : int
SortedDocValuesAnonymousInnerClassHelper ( Lucene42DocValuesProducer outerInstance, FSTEntry entry, NumericDocValues docToOrd, FST fst, FST @in, FST firstArc, FST scratchArc, IntsRef scratchInts, BytesRefFSTEnum fstEnum ) : Lucene.Net.Store
TermsEnum ( ) : TermsEnum

Method Details

GetOrd() public method

public GetOrd ( int docID ) : int
docID int
return int

LookupOrd() public method

public LookupOrd ( int ord, BytesRef result ) : void
ord int
result BytesRef
return void

LookupTerm() public method

public LookupTerm ( BytesRef key ) : int
key BytesRef
return int

SortedDocValuesAnonymousInnerClassHelper() public method

public SortedDocValuesAnonymousInnerClassHelper ( Lucene42DocValuesProducer outerInstance, FSTEntry entry, NumericDocValues docToOrd, FST fst, FST @in, FST firstArc, FST scratchArc, IntsRef scratchInts, BytesRefFSTEnum fstEnum ) : Lucene.Net.Store
outerInstance Lucene42DocValuesProducer
entry FSTEntry
docToOrd NumericDocValues
fst FST
@in FST
firstArc FST
scratchArc FST
scratchInts IntsRef
fstEnum BytesRefFSTEnum
return Lucene.Net.Store

TermsEnum() public method

public TermsEnum ( ) : TermsEnum
return TermsEnum