types.asciidoc 507 B

123456789101112131415161718192021222324
  1. [[mapping-types]]
  2. == Types
  3. The datatype for each field in a document (eg strings, numbers,
  4. objects etc) can be controlled via the type mapping.
  5. include::types/core-types.asciidoc[]
  6. include::types/array-type.asciidoc[]
  7. include::types/object-type.asciidoc[]
  8. include::types/root-object-type.asciidoc[]
  9. include::types/nested-type.asciidoc[]
  10. include::types/ip-type.asciidoc[]
  11. include::types/geo-point-type.asciidoc[]
  12. include::types/geo-shape-type.asciidoc[]
  13. include::types/attachment-type.asciidoc[]