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 |
public AssertingSortedDocValues ( Lucene.Net.Index.SortedDocValues @in, int maxDoc ) : System.Collections.Generic | ||
@in | Lucene.Net.Index.SortedDocValues | |
maxDoc | int | |
Résultat | System.Collections.Generic |
public Get ( int docID, BytesRef result ) : void | ||
docID | int | |
result | BytesRef | |
Résultat | void |
public LookupOrd ( int ord, BytesRef result ) : void | ||
ord | int | |
result | BytesRef | |
Résultat | void |