summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/support/IncludeExclude.java
AgeCommit message (Expand)Author
2017-07-03Remove QueryParseContext (#25486)Christoph Büscher
2017-05-30Terms aggregation should remap global ordinal buckets when a sub-aggregator i...Jim Ferenczi
2017-05-17Fix Version based BWC and set correct minCompatVersion (#24732)Simon Willnauer
2017-04-18Upgrade to a Lucene 7 snapshot (#24089)Adrien Grand
2017-03-01Remove support for the include/pattern syntax. (#23141)Adrien Grand
2017-02-28Revert "Internal: Change version constant names for already released versions...Ryan Ernst
2017-02-28Internal: Change version constant names for already released versions (#23416)Ryan Ernst
2017-02-03Upgrade checkstyle to version 7.5Jason Tedor
2017-01-05remove unused ParseFieldMatcher imports/argumentsjavanna
2016-12-30Remove some more usages of ParseFieldMatcher in favour of using ParseField di...javanna
2016-12-13Added tests for toXContent and fromXContent for IncludeExclude class.markharwood
2016-12-11Fix IncludeExclude parsingSimon Willnauer
2016-12-09Partition-based include-exclude does not implement equals/hashcode/serializat...Adrien Grand
2016-12-09Start using `ObjectParser` for aggs. (#22048)Adrien Grand
2016-11-24Aggregations - support for partitioning set of terms used in aggregations so ...markharwood
2016-07-18Fix potential AssertionError with include/exclude on terms aggregations. #19252Adrien Grand
2016-07-01Fix order of modifiersTanguy Leroux
2016-05-18Aggregations fix: support include/exclude strings formatted for IP and date f...markharwood
2016-04-21Remove <T> from WriteableNik Everett
2016-04-19Remove more PROTOTYPEs from aggregationsNik Everett
2016-03-07upgrade to lucene 6.0.0-snapshot-bea235fRobert Muir
2016-01-26Removes Aggregation Builders in place of AggregatorFactory implementationsColin Goodheart-Smithe
2015-12-21Aggregations Refactor: Refactor Terms AggregationColin Goodheart-Smithe
2015-12-18Remove wildcard importsRyan Ernst
2015-09-21Fix all javadocs issues, re-enable compiler warnings (but disable on java9 wh...Robert Muir
2015-06-05create core moduleSimon Willnauer