OpenSearch/docs
Shay Banon 187d79b6df Centralize admin implementations and action execution
This change removes the multiple implementations of different admin interfaces and centralizes it with AbstractClient. It also makes sure *all* executions of actions now go through a single AbstractClient#execute method, taking care of copying headers and wrapping listener.
This also has the side benefit of removing all the code around differnet possible clients, and removes quite a bit of code (most of the + code is actually removal of generics and such).

This change also changes how TransportClient is constructed, requiring a Builder to create it, its a breaking change and its noted in the migration guide.

Yea another step towards simplifying the action infra and making it simpler...
2015-05-04 23:40:17 +02:00
..
community Docs: Add Elasticsearch Indexer for WordPress to integrations.asciidoc 2015-05-04 13:16:55 +02:00
groovy-api Docs: Updated elasticsearch.org links to elastic.co 2015-05-01 20:46:12 +02:00
java-api Centralize admin implementations and action execution 2015-05-04 23:40:17 +02:00
perl Docs: Minor test change to Perl docs 2015-02-28 17:19:55 +01:00
python Updated copyright years to include 2015 2015-02-28 03:18:45 +01:00
reference Centralize admin implementations and action execution 2015-05-04 23:40:17 +02:00
resiliency Docs: Updated elasticsearch.org links to elastic.co 2015-05-01 20:46:12 +02:00
river Warning in documentation for deprecation of rivers 2015-04-05 20:54:26 +02:00
ruby typo in ruby docs 2015-04-05 15:14:40 +02:00
README.asciidoc Docs: Updated docs/README.asciidoc to point to the new docs repo 2015-04-27 08:54:07 +02:00

README.asciidoc

The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process

See: https://github.com/elastic/docs