summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/search/aggregations/bucket/SignificantTermsSignificanceScoreIT.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-12-14Allow `_doc` as a type. (#27816)Adrien Grand
2017-09-25Unify Settings xcontent reading and writing (#26739)Simon Willnauer
2017-07-03Remove QueryParseContext (#25486)Christoph Büscher
2017-06-02Add superset size to Significant Term REST response (#24865)Tanguy Leroux
2017-05-24SignificantText aggregation - like significant_terms, but for text (#24432)markharwood
2017-05-17Scripting: Remove native scripts (#24726)Ryan Ernst
2017-05-15Make SignificantTerms.Bucket an interface rather than an abstract class (#24670)Tanguy Leroux
2017-05-05Change Terms.Bucket to an interface (#24492)Tanguy Leroux
2017-02-09Add parameter to prefix aggs name with type in search responses (#22965)Tanguy Leroux
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2016-12-09Start using `ObjectParser` for aggs. (#22048)Adrien Grand
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-04Tests to make sure markAsNotCacheable() works when scripts are usedColin Goodheart-Smithe
2016-09-06* Removed `script.default_lang` setting and made `painless` the hardcoded def...Martijn van Groningen
2016-08-11Remove ESIntegTestCase#pluginListNik Everett
2016-08-05Update to Jackson 2.8.1Tanguy Leroux
2016-07-20Migrate query registration from push to pullNik Everett
2016-07-15Removes ensureYellow() calls after index creation in the (#19452)Ali Beyad
2016-07-11Switch search extension from push to pullNik Everett
2016-06-16Merge branch 'master' into plugin_name_apiRyan Ernst
2016-06-16Simplify ScriptModule and script registration (#18903)Simon Willnauer
2016-06-15Plugins: Remove name() and description() from apiRyan Ernst
2016-05-11Make significant terms work on fields that are indexed with points. #18031Adrien Grand
2016-04-19Normalize registration for SignificanceHeuristicsNik Everett
2016-04-14Use the new points API to index numeric fields. #17746Adrien Grand
2016-04-07Make MappedFieldType responsible for providing a parser/formatter. #17546Adrien Grand
2016-03-30Disable fielddata on text fields by defaults. #17386Adrien Grand
2016-03-03Fix organization rename in all files in projectLee Hinman
2016-03-03Deprecate string in favor of text/keyword. #16877Adrien Grand
2016-02-15Merge branch 'master' into feature/aggs-refactoringColin Goodheart-Smithe
2016-02-15Add a text field.Adrien Grand
2016-02-12Merge branch 'master' into feature/aggs-refactoringColin Goodheart-Smithe
2016-02-11Add a new `keyword` field.Adrien Grand
2016-02-08Split AggregatorFactory into AggregatorBuilder and AggregatorFactoryColin Goodheart-Smithe
2016-01-26Removes Aggregation Builders in place of AggregatorFactory implementationsColin Goodheart-Smithe
2016-01-25Merge branch 'master' into feature/aggs-refactoringColin Goodheart-Smithe
2015-12-21Aggregations Refactor: Refactor Terms AggregationColin Goodheart-Smithe
2015-12-18Remove wildcard importsRyan Ernst
2015-11-26run bwc test also as integ test and share methodsBritta Weber
2015-11-20Aggregations: Shift significant terms score test back into core without the G...markharwood
2015-09-28Factor groovy out of core into lang-groovyRobert Muir
2015-09-02Merge branch 'master' into feature/query-refactoringjavanna
2015-09-02Scripting: Propagate Headers and Context through to ScriptServiceColin Goodheart-Smithe
2015-08-31Merge branch 'master' into feature/query-refactoringjavanna
2015-08-22Plugins: Removed plugin.typesRyan Ernst
2015-08-20Merge branch 'master' into feature/query-refactoringChristoph Büscher
2015-08-18Merged AbstractPlugin and Plugin. Also added Settings back toRyan Ernst