Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
elasticsearch:mapping:types [18/11/2018 18:38] thierry ↷ Page déplacée et renommée de elasticsearch_mappings_types à elasticsearch:mapping:types |
— (Version actuelle) | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== Types de données utilisés par Elastic ====== | ||
- | [[elasticsearch:mapping|<- Revenir au mapping]] | ||
- | [[https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-types.html|Voir la doc officielle]] | ||
- | |||
- | |||
- | *Array | ||
- | *Binary | ||
- | *Range | ||
- | *Boolean | ||
- | *Date [[https://www.elastic.co/guide/en/elasticsearch/reference/current/date.html|Voir la doc]] | ||
- | *Geo-point | ||
- | *Geo-Shape | ||
- | *IP -> Permet de faire des recherches d'adresses avec des subnet masks. | ||
- | *Keyword -> shortstring | ||
- | *Nested | ||
- | *Numeric [[https://www.elastic.co/guide/en/elasticsearch/reference/current/number.html|Voir la doc]] | ||
- | *long: A signed 64-bit integer with a minimum value of -263 and a maximum value of 263-1. | ||
- | *integer: A signed 32-bit integer with a minimum value of -231 and a maximum value of 231-1. | ||
- | *short: A signed 16-bit integer with a minimum value of -32,768 and a maximum value of 32,767. | ||
- | *byte: A signed 8-bit integer with a minimum value of -128 and a maximum value of 127. | ||
- | *double: A double-precision 64-bit IEEE 754 floating point number, restricted to finite values. | ||
- | *float: A single-precision 32-bit IEEE 754 floating point number, restricted to finite values. | ||
- | *half_float: A half-precision 16-bit IEEE 754 floating point number, restricted to finite values. | ||
- | *scaled_float: A finite floating point number that is backed by a long, scaled by a fixed double scaling factor. | ||
- | *Object | ||
- | *Text | ||
- | *Token count | ||
- | *Percolator type | ||
- | *join |