Class FiltersAggregator

All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.lucene.search.Collector, org.elasticsearch.core.Releasable
Direct Known Subclasses:
FilterByFilterAggregator

public abstract class FiltersAggregator extends BucketsAggregator
  • Field Details

    • FILTERS_FIELD

      public static final org.elasticsearch.common.xcontent.ParseField FILTERS_FIELD
    • OTHER_BUCKET_FIELD

      public static final org.elasticsearch.common.xcontent.ParseField OTHER_BUCKET_FIELD
    • OTHER_BUCKET_KEY_FIELD

      public static final org.elasticsearch.common.xcontent.ParseField OTHER_BUCKET_KEY_FIELD
    • otherBucketKey

      protected final String otherBucketKey
  • Method Details