Package org.elasticsearch.xpack.esql.core.type


package org.elasticsearch.xpack.esql.core.type
  • Class
    Description
     
    This enum represents data types the ES|QL query processing layer is able to interact with in some way.
    Conversion utility from one Elasticsearch data type to another Elasticsearch data types.
    Reference to a data type conversion that can be serialized.
    Information about a field in an ES index with the date type
    Information about a field in an ES index.
     
    Representation of field mapped differently across indices.
    Information about a field in an ES index with the keyword type.
    During IndexResolution it could occur that the same field is mapped to different types in different indices.
    This class is used as a marker for fields that may be unmapped, where an unmapped field is a field which exists in the _source but is not mapped in the index.
     
    Information about a field in an es index with the text type.
    Information about a field in an ES index that cannot be supported by ESQL.