Package org.apache.lucene.search
Interface FieldCache.ShortParser
-
- All Superinterfaces:
FieldCache.Parser
- Enclosing interface:
- FieldCache
@Deprecated public static interface FieldCache.ShortParser extends FieldCache.Parser
Deprecated.Interface to parse shorts from document fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description short
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 Detail
-
parseShort
short parseShort(BytesRef term)
Deprecated.Return a short representation of this field's value.
-
-