C# Class Lucene.Net.Index.AssertingAtomicReader.AssertingSortedDocValues

Wraps a SortedDocValues but with additional asserts
Inheritance: Lucene.Net.Index.SortedDocValues
Afficher le fichier Open project: paulirwin/lucene.net

Méthodes publiques

Méthode Description
AssertingSortedDocValues ( Lucene.Net.Index.SortedDocValues @in, int maxDoc ) : System.Collections.Generic
Get ( int docID, BytesRef result ) : void
GetOrd ( int docID ) : int
LookupOrd ( int ord, BytesRef result ) : void
LookupTerm ( BytesRef key ) : int

Method Details

AssertingSortedDocValues() public méthode

public AssertingSortedDocValues ( Lucene.Net.Index.SortedDocValues @in, int maxDoc ) : System.Collections.Generic
@in Lucene.Net.Index.SortedDocValues
maxDoc int
Résultat System.Collections.Generic

Get() public méthode

public Get ( int docID, BytesRef result ) : void
docID int
result BytesRef
Résultat void

GetOrd() public méthode

public GetOrd ( int docID ) : int
docID int
Résultat int

LookupOrd() public méthode

public LookupOrd ( int ord, BytesRef result ) : void
ord int
result BytesRef
Résultat void

LookupTerm() public méthode

public LookupTerm ( BytesRef key ) : int
key BytesRef
Résultat int