Class: ElasticGraph::GraphQL::Aggregation::ScriptTermGrouping
- Inherits:
-
Object
- Object
- ElasticGraph::GraphQL::Aggregation::ScriptTermGrouping
- Includes:
- TermGrouping
- Defined in:
- lib/elastic_graph/graphql/aggregation/script_term_grouping.rb
Overview
Used for term groupings that use a script instead of a field
Constant Summary
Constants included from TermGrouping
Instance Method Summary collapse
Methods included from TermGrouping
#composite_clause, #encoded_index_field_path, #inner_meta, #key, #non_composite_clause_for
Instance Method Details
#handles_missing_values? ⇒ Boolean
19 20 21 |
# File 'lib/elastic_graph/graphql/aggregation/script_term_grouping.rb', line 19 def handles_missing_values? false end |