Метод | Описание | |
---|---|---|
LookupOrd ( long ord, BytesRef result ) : void | ||
LookupTerm ( BytesRef key ) : long | ||
NextOrd ( ) : long | ||
TermsEnum ( ) : Lucene.Net.Index.TermsEnum |
Метод | Описание | |
---|---|---|
Iterator ( |
||
Read ( int buffer ) : int |
Buffer must be at least 5 ints long. Returns number of term ords placed into buffer; if this count is less than buffer.length then that is the end.
|
public LookupOrd ( long ord, BytesRef result ) : void | ||
ord | long | |
result | BytesRef | |
Результат | void |
public TermsEnum ( ) : Lucene.Net.Index.TermsEnum | ||
Результат | Lucene.Net.Index.TermsEnum |