ElasticSearch Datatype Mapping
  • 1 Minute to read
  • Dark
    Light
  • PDF

ElasticSearch Datatype Mapping

  • Dark
    Light
  • PDF

Article Summary

We match ElasticSearch data types to Rivery data types while extracting your data. If a data type is not supported, we will map it as a String type.

The following table shows the mapping of ElasticSearch data types to Rivery-compatible types:

ElasticSearch TypeRivery Type
BOOLEANBOOLEAN
BYTEINTEGER
SHORTINTEGER
INTEGERINTEGER
LONGBIGINT
UNSIGNED_LONGBIGINT
DOUBLEFLOAT
FLOATFLOAT
HALF_FLOATFLOAT
SCALED_FLOATFLOAT
KEYWORD_TYPE_FAMILYSTRING
TEXTSTRING
BINARYSTRING
DATESTRING
IPSTRING
NESTEDSTRING
OBJECTSTRING

Was this article helpful?

What's Next