Module: ElasticGraph::SchemaDefinition::Indexing::DerivedFields Private

Defined in:
lib/elastic_graph/schema_definition/indexing/derived_fields/field_initializer_support.rb,
lib/elastic_graph/schema_definition/indexing/derived_fields/append_only_set.rb,
lib/elastic_graph/schema_definition/indexing/derived_fields/immutable_value.rb,
lib/elastic_graph/schema_definition/indexing/derived_fields/min_or_max_value.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 kinds of derived fields.

Defined Under Namespace

Modules: FieldInitializerSupport Classes: AppendOnlySet, ImmutableValue, MinOrMaxValue