Method | Description | |
---|---|---|
Get ( int docID, BytesRef result ) : void | ||
GetOrd ( int docID ) : int | ||
LookupOrd ( int ord, BytesRef result ) : void | ||
LookupTerm ( BytesRef key ) : int |
Method | Description | |
---|---|---|
SortingSortedDocValues ( SortedDocValues @in, Lucene.Net.Util.Sorter docMap ) : System |
public Get ( int docID, BytesRef result ) : void | ||
docID | int | |
result | BytesRef | |
return | void |
public LookupOrd ( int ord, BytesRef result ) : void | ||
ord | int | |
result | BytesRef | |
return | void |