Package org.apache.lucene.search
Interface FieldCache.ShortParser
- All Superinterfaces:
FieldCache.Parser
- Enclosing interface:
FieldCache
Deprecated.
Interface to parse shorts from document fields.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionshort
parseShort
(BytesRef term) Deprecated.Return a short representation of this field's value.Methods inherited from interface org.apache.lucene.search.FieldCache.Parser
termsEnum
-
Method Details
-
parseShort
Deprecated.Return a short representation of this field's value.
-