Module: ElasticGraph::SchemaDefinition::Indexing::FieldType Private

Defined in:
lib/elastic_graph/schema_definition/indexing/field_type/enum.rb,
lib/elastic_graph/schema_definition/indexing/field_type/union.rb,
lib/elastic_graph/schema_definition/indexing/field_type/object.rb,
lib/elastic_graph/schema_definition/indexing/field_type/scalar.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Contains implementation logic for the different types of indexing fields.

Defined Under Namespace

Classes: Enum, Object, Scalar, Union