public static interface FieldCache.Parser
SortField.SortField(String, FieldCache.Parser).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 © 2000-2014 Apache Software Foundation. All Rights Reserved.