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

Inheritance: SortedSetDocValues
ファイルを表示 Open project: paulirwin/lucene.net

Public Methods

Method Description
LookupOrd ( long ord, BytesRef result ) : void
LookupTerm ( BytesRef key ) : long
NextOrd ( ) : long
SortedSetDocValuesAnonymousInnerClassHelper ( Lucene42DocValuesProducer outerInstance, FSTEntry entry, BinaryDocValues docToOrds, FST fst, FST @in, FST firstArc, FST scratchArc, IntsRef scratchInts, BytesRefFSTEnum fstEnum, BytesRef @ref, Lucene.Net.Store.ByteArrayDataInput input ) : Lucene.Net.Store
TermsEnum ( ) : TermsEnum

Method Details

LookupOrd() public method

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

LookupTerm() public method

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

NextOrd() public method

public NextOrd ( ) : long
return long

SortedSetDocValuesAnonymousInnerClassHelper() public method

public SortedSetDocValuesAnonymousInnerClassHelper ( Lucene42DocValuesProducer outerInstance, FSTEntry entry, BinaryDocValues docToOrds, FST fst, FST @in, FST firstArc, FST scratchArc, IntsRef scratchInts, BytesRefFSTEnum fstEnum, BytesRef @ref, Lucene.Net.Store.ByteArrayDataInput input ) : Lucene.Net.Store
outerInstance Lucene42DocValuesProducer
entry FSTEntry
docToOrds BinaryDocValues
fst FST
@in FST
firstArc FST
scratchArc FST
scratchInts IntsRef
fstEnum BytesRefFSTEnum
@ref BytesRef
input Lucene.Net.Store.ByteArrayDataInput
return Lucene.Net.Store

TermsEnum() public method

public TermsEnum ( ) : TermsEnum
return TermsEnum