summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/search/aggregations/bucket
AgeCommit message (Expand)Author
2017-01-12Merge remote-tracking branch 'dakrone/disable-all-by-default'Lee Hinman
2017-01-12Remove ParseFieldMatcher usages from QueryParseContextjavanna
2017-01-12Remove some more ParseFieldMatcher usages (#22571)Luca Cavanna
2017-01-11Disable _all by defaultLee Hinman
2017-01-10Promote longs to doubles when a terms agg mixes decimal and non-decimal numbe...Jim Ferenczi
2016-12-30Fix TermsAggregatorTests to not use LuceneTestCase.newSearcher since it needs...Adrien Grand
2016-12-21Replace IndicesQueriesRegistry (#22289)Nik Everett
2016-12-21Added base class for testing aggregators and some initial tests for `terms`, ...Martijn van Groningen
2016-12-20Introduce XContentParser#namedObject (#22003)Nik Everett
2016-12-15ClusterService should expose "applied" cluster states (i.e., remove ClusterSt...Boaz Leskes
2016-12-14Fix numeric terms aggregations with includes/excludes and minDocCount=0 (#22141)Jim Ferenczi
2016-12-13Continue consolidating `XContentParser` construction in tests (#22145)Nik Everett
2016-12-13Remove `AggregationContext`. (#22124)Adrien Grand
2016-12-12Remove support for empty queries (#22092)Luca Cavanna
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-12-08IP range masks exclude the maximum address of the range. (#22018)Adrien Grand
2016-12-07Expose `ip` fields as strings in scripts. (#21997)Adrien Grand
2016-12-02Remove legacy BWC test infrastructure and tests (#21915)Simon Willnauer
2016-11-24Aggregations - support for partitioning set of terms used in aggregations so ...markharwood
2016-11-10Clean up of Script.Jack Conradson
2016-10-26Refactor ScriptType to be a top-level class.Jack Conradson
2016-10-12Remove empty javadoc (#20871)Tanguy Leroux
2016-10-07Makes freezing QueryShardContext safer by stopping overrides (#20800)Colin Goodheart-Smithe
2016-10-07Remove LocalTransport in favor of MockTcpTransport (#20695)Simon Willnauer
2016-10-07Removes the now callable in the date math parser in favour of a LongSupplier ...Colin Goodheart-Smithe
2016-10-05add extra safety when accessing scripts or now and reqeusts are cachedSimon Willnauer
2016-10-04Tests to make sure markAsNotCacheable() works when scripts are usedColin Goodheart-Smithe
2016-09-08Clean up XContentBuilderTanguy Leroux
2016-09-06* Removed `script.default_lang` setting and made `painless` the hardcoded def...Martijn van Groningen
2016-09-01Optimize indexing for the autogenerated ID append-only case (#20211)Simon Willnauer
2016-08-11Remove ESIntegTestCase#pluginListNik Everett
2016-08-10Collapse o.e.index.mapper packages. #19921Adrien Grand
2016-08-08Throw exception when maxBounds greater than minBoundsColin Goodheart-Smithe
2016-08-05mute testBritta Weber
2016-08-05Update to Jackson 2.8.1Tanguy Leroux
2016-08-03package-info.java should be in src/main only.Adrien Grand
2016-08-03Merge pull request #19764 from rjernst/writeable_registryRyan Ernst
2016-08-03Split regular histograms from date histograms. #19551Adrien Grand
2016-08-02Plugins: Make NamedWriteableRegistry immutable and add extenion point for nam...Ryan Ernst
2016-08-01 [TEST] Kill remaining lang-groovy messy testsTanguy Leroux
2016-07-29Make the heuristic to compute the default shard size less aggressive.Adrien Grand
2016-07-26Add _bucket_count option to buckets_pathColin Goodheart-Smithe
2016-07-26aggs: Changed how `nested` and `reverse_nested` aggs know about their nested ...Martijn van Groningen
2016-07-25Clean up more messy testsTanguy Leroux
2016-07-20Migrate query registration from push to pullNik Everett
2016-07-19Make ExtendedBounds immutableNik Everett
2016-07-15Removes ensureYellow() calls after index creation in the (#19452)Ali Beyad
2016-07-12Clean up significant terms aggregation resultsNik Everett
2016-07-11Switch search extension from push to pullNik Everett