summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)Author
2017-05-29Add search method to high level REST client (#24796)Luca Cavanna
2017-05-22Deleting a document from a non-existing index creates the should not auto cre...olcbean
2017-05-19Disable the Netty recycler in the clientJason Tedor
2017-05-18Use StringBuilder to construct a String instead of relying on appending where...Koen De Groote
2017-05-17Scripting: Remove file scripts (#24627)Ryan Ernst
2017-05-12#24638 Add the parent-join plugin in the prebuilt transport client by defaultJim Ferenczi
2017-05-12[Tests] #24638 Fix rest high level client docs build by restoring hasChild an...Jim Ferenczi
2017-05-12Add parent-join module (#24638)Jim Ferenczi
2017-05-02Docs: correct indentation on calloutNik Everett
2017-05-02Build that java api docs from a test (#24354)Nik Everett
2017-04-26Remove most usages of 1-arg Script ctor (#24325)Nik Everett
2017-04-15Reject empty IDsJason Tedor
2017-04-10Make buffer limit configurable in HeapBufferedConsumerFactory (#23970)Luca Cavanna
2017-04-06Fix compilation in Eclipse (#23954)Nik Everett
2017-04-05Decouple BulkProcessor from client implementation (#23373)Tim Brooks
2017-04-04Rename random ASCII helper methodsJason Tedor
2017-03-20Use include-tagged macro for high level client docs (#23438)Nik Everett
2017-03-02Correctly parse BulkItemResponse.Failure's status (#23432)Tanguy Leroux
2017-03-01Fix checkstyle violation in delete docs testJason Tedor
2017-03-01Bad rendering of docsDavid Pilato
2017-03-01Missing dot and parenthesisDavid Pilato
2017-03-01Adapt per Nik's commentsDavid Pilato
2017-03-01Merge branch 'master' into doc/hlclient-deleteDavid Pilato
2017-02-28[Tests] Fix RestClientTestsTanguy Leroux
2017-02-28RestClient asynchronous execution should not throw exceptions (#23307)Tanguy Leroux
2017-02-27Add info method to High Level Rest client (#23350)Christoph Büscher
2017-02-24Extract documentation from test codeDavid Pilato
2017-02-24Merge remote-tracking branch 'origin/master'David Pilato
2017-02-24Add support for named xcontent parsers to high level REST client (#23328)Luca Cavanna
2017-02-24Fix after last merge with master and apply last commentsDavid Pilato
2017-02-24Merge branch 'master' into hlclient/add-delete-methodDavid Pilato
2017-02-23Add BulkRequest support to High Level Rest client (#23312)Tanguy Leroux
2017-02-22Add UpdateRequest support to High Level Rest client (#23266)Tanguy Leroux
2017-02-21Expose `batched_reduce_size` via `_search` (#23288)Simon Willnauer
2017-02-20delete and index tests can share some part of the codeDavid Pilato
2017-02-20Remove createSampleDocument method and use the sync'ed index methodDavid Pilato
2017-02-20Remove createSampleIndexRequest method and provide idsDavid Pilato
2017-02-20Check that we correctly propagate delete request parametersDavid Pilato
2017-02-20Remove a non needed commentDavid Pilato
2017-02-17Enforce Content-Type requirement on the rest layer and remove deprecated meth...Jay Modi
2017-02-17Fix after 1st reviewDavid Pilato
2017-02-16Fix REST spec for existsJason Tedor
2017-02-15Mark CrudIT#testExists as awaits fixJason Tedor
2017-02-15Merge with masterDavid Pilato
2017-02-15Merge branch 'master' into hlclient/add-delete-methodDavid Pilato
2017-02-15Add delete API to the High Level Rest ClientDavid Pilato
2017-02-15Add Index API to High Level Rest Client (#23040)Tanguy Leroux
2017-02-08Fold InternalSearchHits and friends into their interfaces (#23042)Simon Willnauer
2017-02-04Add get/exists method to RestHighLevelClient (#22706)Luca Cavanna
2017-02-03Remove connect SocketPermissions from core (#22797)Tim Brooks