Class BuiltinContainerExtractors


  • public class BuiltinContainerExtractors
    extends Object
    The names of container extractors available in Hibernate Search out of the box.
    • Field Detail

      • ARRAY_OBJECT

        public static final String ARRAY_OBJECT
        The name of an extractor that extracts elements from an array of objects (Object[], Integer[], ...).
        See Also:
        Constant Field Values
      • ARRAY_CHAR

        public static final String ARRAY_CHAR
        The name of an extractor that extracts elements from an array of primitive chars (char[]).
        See Also:
        Constant Field Values
      • ARRAY_BOOLEAN

        public static final String ARRAY_BOOLEAN
        The name of an extractor that extracts elements from an array of primitive booleans (boolean[]).
        See Also:
        Constant Field Values
      • ARRAY_BYTE

        public static final String ARRAY_BYTE
        The name of an extractor that extracts elements from an array of primitive bytes (byte[]).
        See Also:
        Constant Field Values
      • ARRAY_SHORT

        public static final String ARRAY_SHORT
        The name of an extractor that extracts elements from an array of primitive shorts (short[]).
        See Also:
        Constant Field Values
      • ARRAY_INT

        public static final String ARRAY_INT
        The name of an extractor that extracts elements from an array of primitive integers (int[]).
        See Also:
        Constant Field Values
      • ARRAY_LONG

        public static final String ARRAY_LONG
        The name of an extractor that extracts elements from an array of primitive longs (long[]).
        See Also:
        Constant Field Values
      • ARRAY_FLOAT

        public static final String ARRAY_FLOAT
        The name of an extractor that extracts elements from an array of primitive floats (float[]).
        See Also:
        Constant Field Values
      • ARRAY_DOUBLE

        public static final String ARRAY_DOUBLE
        The name of an extractor that extracts elements from an array of primitive double (double[]).
        See Also:
        Constant Field Values