Method FilterPrefixCodedInt64s
FilterPrefixCodedInt64s(TermsEnum)
Filters the given TermsEnum by accepting only prefix coded 64 bit
terms with a shift value of 0
.
NOTE: This was filterPrefixCodedLongs() in Lucene
Declaration
public static TermsEnum FilterPrefixCodedInt64s(TermsEnum termsEnum)
Parameters
Type | Name | Description |
---|---|---|
TermsEnum | termsEnum | The terms enum to filter |
Returns
Type | Description |
---|---|
TermsEnum | A filtered TermsEnum that only returns prefix coded 64 bit
terms with a shift value of |