Method: Elasticated::CountFilteredAggregation#parse
- Defined in:
- lib/elasticated/aggregations/count_filtered_aggregation.rb
#parse(response) ⇒ Object
24 25 26 |
# File 'lib/elasticated/aggregations/count_filtered_aggregation.rb', line 24 def parse(response) response['doc_count'] end |