module Aggregations
    class Terms < Arelastic::Aggs::Aggregation
      attr_accessor :field, :options

      def initialize field, options = {}