Class GeoPointFieldMapper

    • Field Detail

      • ignoreMalformed

        protected Explicit<java.lang.Boolean> ignoreMalformed
      • ignoreZValue

        protected Explicit<java.lang.Boolean> ignoreZValue
    • Method Detail

      • doMerge

        protected void doMerge​(Mapper mergeWith)
        Description copied from class: FieldMapper
        Merge changes coming from mergeWith in place.
        Overrides:
        doMerge in class FieldMapper
      • parseCreateField

        protected void parseCreateField​(ParseContext context,
                                        java.util.List<org.apache.lucene.index.IndexableField> fields)
                                 throws java.io.IOException
        Description copied from class: FieldMapper
        Parse the field value and populate fields. Implementations of this method should ensure that on failing to parse parser.currentToken() must be the current failing token
        Specified by:
        parseCreateField in class FieldMapper
        Throws:
        java.io.IOException
      • parse

        protected void parse​(ParseContext context,
                             GeoPoint point)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • ignoreZValue

        public Explicit<java.lang.Boolean> ignoreZValue()