public abstract static class FieldCache.PointParser extends Object implements FieldCache.Parser
Constructor and Description |
---|
PointParser() |
Modifier and Type | Method and Description |
---|---|
TermsEnum |
termsEnum(Terms terms)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parseValue
public final TermsEnum termsEnum(Terms terms) throws IOException
FieldCache.Parser
TermsEnum
from the given Terms
. This method allows certain parsers
to filter the actual TermsEnum before the field cache is filled.termsEnum
in interface FieldCache.Parser
terms
- the Terms
instance to create the TermsEnum
from.TermsEnum
instance, this method must not return null
.IOException
- if an IOException
occursCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.