Method LookupTerm
LookupTerm(TermsEnum, Int32)
Returns the term (BytesRef) corresponding to the provided ordinal.
Declaration
public virtual BytesRef LookupTerm(TermsEnum termsEnum, int ord)
Parameters
Type | Name | Description |
---|---|---|
TermsEnum | termsEnum | |
System.Int32 | ord |
Returns
Type | Description |
---|---|
BytesRef |