public static interface FieldCache.Parser
Modifier and Type | Method and Description |
---|---|
long |
parseValue(BytesRef term)
Parse's this field's value
|
TermsEnum |
termsEnum(Terms terms)
Deprecated.
index with Points instead
|
@Deprecated 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
occurslong parseValue(BytesRef term)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.