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,
                               boolean updateAllTypes)
        Description copied from class: FieldMapper
        Merge changes coming from mergeWith in place.
        Overrides:
        doMerge in class FieldMapper
        updateAllTypes - TODO
      • 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.
        Specified by:
        parseCreateField in class FieldMapper
        Throws:
        java.io.IOException
      • parse

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

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