Class FieldMapping


  • public final class FieldMapping
    extends Object
    A mapping from an object field to an index field and the flags that enable indexing, storage and analysis.
    Since:
    9.0
    Author:
    anistor@redhat.com
    • Method Detail

      • index

        public boolean index()
      • analyze

        public boolean analyze()
      • store

        public boolean store()
      • sortable

        public boolean sortable()
      • analyzer

        public String analyzer()
      • indexNullAs

        public Object indexNullAs()
      • notParsedIndexNull

        public String notParsedIndexNull()
      • parseIndexNullAs

        public Object parseIndexNullAs()