summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/action/search/MultiSearchRequestTests.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-12-05Added msearch api to high level clientMartijn van Groningen
2017-11-01Introducing took time for _msearcholcbean
2017-08-08Verify that _bulk and _msearch requests are terminated by a newline (#25740)olcbean
2017-06-29Remove QueryParseContext from parsing QueryBuilders (#25448)Christoph Büscher
2017-02-07Add support for newline delimited JSON Content-Type (#22947)Jay Modi
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2017-01-12Remove ParseFieldMatcher usages from QueryParseContextjavanna
2017-01-11Remove SearchRequestParsers (#22538)Nik Everett
2017-01-09Replace Suggesters with namedObject (#22491)Nik Everett
2017-01-09Replace AggregatorParsers with namedObject (#22397)Nik Everett
2017-01-09Replace SearchExtRegistry with namedObject (#22492)Nik Everett
2017-01-06Migrate some more responses to ToXContentObjectjavanna
2016-12-21Replace IndicesQueriesRegistry (#22289)Nik Everett
2016-12-20Introduce XContentParser#namedObject (#22003)Nik Everett
2016-09-09move parsing of search ext sections to the coordinating nodejavanna
2016-08-16Internal: Consolidate search parser registriesRyan Ernst
2016-08-05Update to Jackson 2.8.1Tanguy Leroux
2016-07-20Migrate query registration from push to pullNik Everett
2016-06-23Move templates out of the Search API, into lang-mustache moduleTanguy Leroux
2016-06-16Closes #18013. Added status field to _msearch response bodies.Alexander Lin
2016-06-13msearch: Cap the number of searches the msearch api will concurrently executeMartijn van Groningen
2016-04-12Make aggregation registration more like query registrationNik Everett
2016-04-07Cut over remaining queries to registerQueryNik Everett
2016-04-05Switch to using ParseField to parse query namesLuca Cavanna
2016-03-10Change internal representation of suggesters to instances ofAli Beyad
2016-02-10Parse Aggregations on Coordinating nodeColin Goodheart-Smithe
2016-01-18Don't use guice for QueryParsersNik Everett
2015-10-20Remove and ban @TestNik Everett
2015-10-15review comment fixesColin Goodheart-Smithe
2015-09-23Parse source, extra-source and template-source on the coordinating nodeSimon Willnauer
2015-09-01Adds template support to _msearch resourceIsabel Drost-Fromm
2015-08-21Suppress rest exceptions by default and log them insteadSimon Willnauer
2015-08-11Include stacktrace in rendered exceptionsSimon Willnauer
2015-08-04Move Streams.copyTo(String|Bytes)FromClasspath() into StreamsUtilsTanguy Leroux
2015-08-03Tests: Rename base tests cases to use "TestCase" suffixRyan Ernst
2015-06-29Rename caches.Adrien Grand
2015-06-24Render strucutred exception in multi searchSimon Willnauer
2015-06-05create core moduleSimon Willnauer