public static interface FieldCache.Parser
SortField.SortField(String, FieldCache.Parser).| Modifier and Type | Method and Description |
|---|---|
TermsEnum |
termsEnum(Terms terms)
|
TermsEnum termsEnum(Terms terms) throws IOException
TermsEnum from the given Terms. This method allows certain parsers
to filter the actual TermsEnum before the field cache is filled.terms - the Terms instance to create the TermsEnum from.TermsEnum instance, this method must not return null.IOException - if an IOException occursCopyright © 2010 - 2020 Adobe. All Rights Reserved