matthuhiggins/arelastic

View on GitHub
lib/arelastic/aggregations/bucket_selector.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Arelastic
  module Aggregations
    class BucketSelector < Arelastic::Aggregations::Aggregation
      def as_elastic_aggregation
        { 'bucket_selector' => options }
      end
    end
  end
end