summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2017-04-12Add more debugging information to rethrottlesNik Everett
2017-04-11Skip two Painless branch tests on WindowsJason Tedor
2017-04-11Removes version 2.x constants from Version (#24011)Colin Goodheart-Smithe
2017-04-10Move getProperty method out of MultiBucketsAggregation.Bucket interface (#23988)Luca Cavanna
2017-04-07Fix throttled reindex_from_remote (#23953)Nik Everett
2017-04-07[PERCOLATOR] Allowing range queries with now ranges inside percolator queries.Martijn van Groningen
2017-04-05Decouple BulkProcessor from client implementation (#23373)Tim Brooks
2017-04-04Revert "Closing a ReleasableBytesStreamOutput closes the underlying BigArray ...Jason Tedor
2017-04-04Closing a ReleasableBytesStreamOutput closes the underlying BigArray (#23572)Jay Modi
2017-04-04Rename random ASCII helper methodsJason Tedor
2017-03-31Add extra debugging to reindex cancel testsNik Everett
2017-03-31Fix reindex with a remote source on a version before 2.0.0 (#23805)Jim Ferenczi
2017-03-30Pass exception from sendMessage to listener (#23559)Tim Brooks
2017-03-28Require explicit query in _delete_by_query API (#23632)Dimitris Athanasiou
2017-03-27Upgrade to Lucene 6.5.0 (#23750)Jim Ferenczi
2017-03-24Build: Rewrite antlr regeneration in gradle (#23733)Ryan Ernst
2017-03-23Tests: Use local clone build of 5.x with bwc tests (#22946)Ryan Ernst
2017-03-23Remove DocumentMapper#parse(String index, String type, String id, BytesRefere...AdityaJNair
2017-03-22Painless: Fix regex lexer and error messages (#23634)Nik Everett
2017-03-21Reindex: wait for cleanup before responding (#23677)Nik Everett
2017-03-11Upgrade to Netty 4.1.9Jason Tedor
2017-03-11Adjust default Netty receive predictor size to 64k (#23542)Daniel Mitterdorfer
2017-03-02Mute Painless lambda tests on JDK 9Jason Tedor
2017-03-02HTTP transport stashes the ThreadContext instead of the RestController (#23456)Jay Modi
2017-03-02[TEST] improve yaml test sections parsing (#23407)Luca Cavanna
2017-03-01Mustache: don't extend AbstractComponent (#23419)Nik Everett
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-28 Tests: Fix RemoteScrollableHitSourceTestsTanguy Leroux
2017-02-27Upgrade to lucene-6.5.0-snapshot-d00c5ca (#23385)Jim Ferenczi
2017-02-27[TEST] add support for binary responses to REST tests infrajavanna
2017-02-27[TEST] move test for binary field to specific test file that sets Content-Typ...javanna
2017-02-24Build: Remove extra copies of netty license (#23361)Ryan Ernst
2017-02-23Keep the pipeline handler queue small initiallyJason Tedor
2017-02-23Do not create String instances in 'Strings' methods accepting StringBuilder (...sabi0
2017-02-23Remove abstract InternalMetricsAggregation class (#23326)Christoph Büscher
2017-02-23Respect promises on pipelined responsesJason Tedor
2017-02-22Relocate a comment in HttpPipeliningHandlerJason Tedor
2017-02-22Add comments to HttpPipeliningHandlerJason Tedor
2017-02-22Build: Rework integ test setup and shutdown to ensure stop runs when desired ...Ryan Ernst
2017-02-22Ensure that releasing listener is calledJason Tedor
2017-02-22Remove content type auto-detection from search templatesjavanna
2017-02-22Convert script/template objects to json formatjavanna
2017-02-22Replace CustomMustacheFactory constant with same constant from Script (CONTEN...javanna
2017-02-21Fix Painless's implementation of interfaces returning primitives (#23298)Nik Everett
2017-02-21percolator: add support for term extraction for MultiPhraseQueryMartijn van Groningen
2017-02-21Allow painless to implement more interfaces (#22983)Nik Everett
2017-02-21Fix certain bad casts in Painless due to boxing/unboxing. (#23282)Jack Conradson
2017-02-21Set network receive predictor size to 32kb (#23284)Daniel Mitterdorfer
2017-02-17Enforce Content-Type requirement on the rest layer and remove deprecated meth...Jay Modi