summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/action/IndicesRequestIT.java
AgeCommit message (Expand)Author
2017-06-18Fix failing delete index testJason Tedor
2017-06-18Add AwaitsFix on IndicesRequestIT due to #25284Christoph Büscher
2017-06-16Delete index API to work only against concrete indices (#25268)Luca Cavanna
2017-02-08Fold InternalSearchHits and friends into their interfaces (#23042)Simon Willnauer
2017-02-06Remove QUERY_AND_FETCH search type (#22996)Simon Willnauer
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2017-01-26Remove DFS_QUERY_AND_FETCH as a search type (#22787)Simon Willnauer
2017-01-23Pass `forceExecution` flag to transport interceptor (#22739)Simon Willnauer
2017-01-15Pass ThreadContext to transport interceptors to allow header modification (#2...Simon Willnauer
2016-12-07Make index and delete operation execute as a single bulk itemAreek Zillur
2016-11-10Clean up of Script.Jack Conradson
2016-10-26Refactor ScriptType to be a top-level class.Jack Conradson
2016-10-24Pass executor name to request interceptor to support async intercept calls (#...Simon Willnauer
2016-10-07Remove LocalTransport in favor of MockTcpTransport (#20695)Simon Willnauer
2016-09-19Unguice Transport and friends (#20526)Simon Willnauer
2016-09-16Remove ability to plug-in TransportService (#20505)Simon Willnauer
2016-09-12Deguice SearchService and friends (#20423)Simon Willnauer
2016-09-06Verify AllocationIDs in replication actions (#20320)Boaz Leskes
2016-08-11Remove ESIntegTestCase#pluginListNik Everett
2016-08-01Rename operation to result and reworking responsesAlexander Lin
2016-07-29Remove isCreated and isFound from the Java APIAlexander Lin
2016-07-07Clean up more messy testsTanguy Leroux
2015-09-28Factor groovy out of core into lang-groovyRobert Muir
2015-09-14Use Supplier instead of ReflectionSimon Willnauer
2015-09-07Remove the scan and count search types.Adrien Grand
2015-08-31Make refresh a replicated actionBritta Weber
2015-08-30Merge branch 'master' into tell_me_your_pluginsRyan Ernst
2015-08-29Add mechanism for transporting shard-level actions by nodeJason Tedor
2015-08-22Plugins: Removed plugin.typesRyan Ernst
2015-08-18Merged AbstractPlugin and Plugin. Also added Settings back toRyan Ernst
2015-08-10This method on settings loaded a class, based on a setting value, usingRyan Ernst
2015-08-03Tests: Rename base tests cases to use "TestCase" suffixRyan Ernst
2015-08-03Tests: Remove uses of @Slow and @IntegrationRyan Ernst
2015-08-03Tests: Rename integ tests to IT suffixRyan Ernst