Method FilterPrefixCodedInt32s
FilterPrefixCodedInt32s(TermsEnum)
Filters the given TermsEnum by accepting only prefix coded 32 bit
terms with a shift value of 0
.
NOTE: This was filterPrefixCodedInts() in Lucene
Declaration
public static TermsEnum FilterPrefixCodedInt32s(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 32 bit
terms with a shift value of |