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.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    short
    Deprecated.
    Return a short representation of this field's value.

    Methods inherited from interface org.apache.lucene.search.FieldCache.Parser

    termsEnum
  • Method Details

    • parseShort

      short parseShort(BytesRef term)
      Deprecated.
      Return a short representation of this field's value.