Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Interface AbstractGeometryFieldMapper.MalformedValueHandler
- All Known Implementing Classes:
AbstractGeometryFieldMapper.DefaultMalformedValueHandler
,AbstractGeometryFieldMapper.NoopMalformedValueHandler
- Enclosing class:
AbstractGeometryFieldMapper<T>
public static interface AbstractGeometryFieldMapper.MalformedValueHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
notify
(Exception parsingException, XContentBuilder malformedDataForSyntheticSource)
-
Method Details
-
notify
- Throws:
IOException
-
notify
void notify(Exception parsingException, XContentBuilder malformedDataForSyntheticSource) throws IOException - Throws:
IOException
-