Interface FieldCache.ByteParser

All Superinterfaces:
FieldCache.Parser
Enclosing interface:
FieldCache

@Deprecated public static interface FieldCache.ByteParser extends FieldCache.Parser
Deprecated.
Interface to parse bytes from document fields.
See Also:
  • Method Summary

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

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

    termsEnum
  • Method Details

    • parseByte

      byte parseByte(BytesRef term)
      Deprecated.
      Return a single Byte representation of this field's value.