java.lang.Object
org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude
All Implemented Interfaces:
Writeable, ToXContent, ToXContentFragment

public class IncludeExclude extends Object implements Writeable, ToXContentFragment
Defines the include/exclude regular expression filtering for string terms aggregation. In this filtering logic, exclusion has precedence, where the include is evaluated first and then the exclude.