Class AbstractFieldMapping

    • Constructor Detail

      • AbstractFieldMapping

        protected AbstractFieldMapping​(String name,
                                       boolean stored,
                                       boolean indexed)
    • Method Detail

      • isStored

        public boolean isStored()
        Specified by:
        isStored in interface FieldMapping
        Returns:
        true if the original field value is stored, so it can be retrieved.
      • isIndexed

        public boolean isIndexed()
        Specified by:
        isIndexed in interface FieldMapping
        Returns:
        true if the field is indexed, so it can be searched
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object