Open
Description
There are quite a few field types that have been added to Elasticsearch that are not currently supported in es-hadoop.
Unsupported field types
- aggregate_metric_double
- alias
- annotated_text
- completion (ignored)
- constant_keyword
- date_nanos Unable to read date_nanos #1653
- flattened (does not cause a failure on read, but they do not come back)
- histogram
- ip Elasticsearch-Spark read data contains fields of IP type, triggering type cast error. #1737
- match_only_text
- murmur3
- percolator
- point
- range
- rank_feature
- rank_features
- search_as_you_type
- shape
- version
- wildcard Is elasticsearch field type "wildcard" supported in elasticsearch-spark? #1697
- dynamic_date_formats Reading into spark dataframe from indexes with dynamic field mapping configuration #1988
- dense_vector
I have not tested all of them, but at least some of these cause failures in es-hadoop if you read from an index that uses them.