6 Commits

Author SHA1 Message Date
Benjamin Trent
a70f54fc77
Adding ml_settings entry to HLRC and Docs for deprecation_info () 2019-02-01 12:45:28 -06:00
Josh Soref
edb48321ba [DOCS] Various spelling corrections () 2019-01-07 14:44:12 +01:00
Michael Basnight
ca09936cdf
HLRC: Get Deprecation Info API ()
This commit adds the Get Deprecation Info API and associated
documentation.

Relates 
2018-12-07 08:22:21 -06:00
Przemyslaw Gomulka
c6e2634bf8
Docs: HLRC: refactor bulk, migrate and reindex apis ()
fix typos and refactor to DRY up documentation for bulk, reindex and migration apis
relates 
2018-11-16 08:58:13 +01:00
Przemyslaw Gomulka
fd4cd80496
HLRC: migration api - upgrade ()
Implement high level client for migration upgrade API. It should wrap
RestHighLevelClient and expose high level IndexUpgradeRequest (new),
IndexTaskResponse for submissions with wait_for_completion=false and
BulkByScrollResponse (already used) objects.

refers: 
2018-11-13 15:01:53 +01:00
Luca Cavanna
3e692c3f3d
HLRC: migration get assistance API ()
The request and response classes have been extracted from `IndexUpgradeInfoAction` into top-level classes, and moved to the protocol jar. The `UpgradeActionRequired` enum is also moved.

Relates to 
2018-08-13 11:05:27 +02:00