Tanguy Leroux
bb97c00556
[Docs] Docs tests should wait for async execution to complete ( #28481 )
...
This commit splits the async execution documentation into 2 parts, one
for the async method itself and one for the action listener. This allows
to add more doc and to use CountDownLatches in doc tests to wait for
asynchronous operations to be completed before moving to the next test.
It also renames few files.
Related to #28457
2018-02-01 17:56:13 +01:00
Luca Cavanna
d860971572
REST high-level client: add support for split and shrink index API ( #28425 )
...
Relates to #27205
2018-02-01 16:37:01 +01:00
Luca Cavanna
fd66c94ce1
REST high-level client: add support for exists alias ( #28332 )
...
Relates to #27205
2018-01-25 14:53:27 +01:00
olcbean
9db23e48cd
Add Indices Aliases API to the high level REST client ( #27876 )
...
Relates to #27205
2018-01-25 14:34:06 +01:00
Catalin Ursachi
cf61d792b2
Added Put Mapping API to high-level Rest client ( #27869 )
...
Relates to #27205
2018-01-23 11:03:32 +01:00
olcbean
b98514c6d9
Add Close Index API to the high level REST client ( #27734 )
...
Add support for _close endpoint to the high level REST client
Relates to #27205
2018-01-17 11:47:08 +01:00
Catalin Ursachi
f823cea79c
Added Create Index support to high-level REST client ( #27351 )
...
Relates to #27205
2017-12-07 11:39:59 +01:00
Catalin Ursachi
8bf33241ed
Add Delete Index API support to high-level REST client ( #27019 )
...
Relates to #25847
2017-10-26 09:52:46 +02:00
Tanguy Leroux
ecf39bc0c1
[Docs] Add "Using Java Builders" section ( #26517 )
...
The current "Building Queries" and "Building Aggregations" pages are
located under the "Supported Apis" section because they are linked to
the "Search API" page.
It should instead be in a dedicated section: this commit adds a new
"Using Java Builders" section and renames few filenames in favor of
more meaningful names.
2017-09-06 14:06:41 +02:00
Tanguy Leroux
4f5ce5598e
[Docs] Add Aggregations list to the high-level client documentation ( #26025 )
2017-08-03 11:50:58 +02:00
Tanguy Leroux
69f8641568
[Docs] Add documentation for search queries in high-level rest client ( #25984 )
2017-08-02 09:57:47 +02:00
Tanguy Leroux
9c8d3d3569
[Docs] Add migration notes for the high-level rest client ( #25911 )
2017-08-01 10:38:56 +02:00
Tanguy Leroux
b06a744b05
[Docs] Document Scroll API for Java High Level REST Client ( #25554 )
...
This commit adds documentation for _search/scroll and clear scroll methods of the high level Java REST client
2017-07-07 12:19:33 +02:00
javanna
7899dbef3b
[DOCS] High Level Client: fix index items order
...
Also group APIs under single document, multi-document and search
2017-07-05 12:07:09 +02:00
Luca Cavanna
6f8c0453bc
[DOCS] add docs for high level client get method ( #25538 )
...
Document high level client get method
2017-07-05 11:57:57 +02:00
Tanguy Leroux
3da3632021
[Docs] Document Bulk API for Java High Level REST Client ( #25532 )
...
This commit adds documentation for Java High Level REST Client's Bulk API.
2017-07-05 09:26:26 +02:00
Luca Cavanna
99fef2490a
[DOCS] add docs for REST high level client index method ( #25501 )
...
This commit restructures the existing high level client docs, adapts the existing delete method docs and adds docs for the index method.
2017-07-03 10:48:16 +02:00