Interface FieldCache.IntParser

All Superinterfaces:
FieldCache.Parser
Enclosing interface:
FieldCache

public static interface FieldCache.IntParser extends FieldCache.Parser
Interface to parse ints from document fields.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Return an integer representation of this field's value.

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

    termsEnum
  • Method Details

    • parseInt

      int parseInt(BytesRef term)
      Return an integer representation of this field's value.