OpenSearch/docs/java-api
Nik Everett 732741dd8d Build that java api docs from a test (#24354)
We've had `QueryDSLDocumentationTests` for a while but it had a very
hopeful comment at the top about how we want to make sure that the
example in the query-dsl docs match up with the test but we never
had anything that made *sure* that they did. This changes that!

Now the examples from the query-dsl docs are all built from the
`QueryDSLDocumentationTests`. All except for the percolator example
because that is hard to do as it stands now.

To make this easier this change moves `QueryDSLDocumentationTests`
from core and into the high level rest client. This is useful for
two reasons:
1. We expect the high level rest client to be able to use the builders.
2. The code that builds that docs doesn't check out all of
Elasticsearch. It only checks out certain directories. Since we're
already including snippets from that directory we don't have to
make any changes to that process.

Closes #24320
2017-05-02 13:00:56 -04:00
..
admin Docs: fix a typo in transport client's put-mapping.asciidoc (#23607) 2017-03-20 15:05:40 -04:00
aggregations Update script metric aggregation for 5.0 2016-12-14 11:44:10 +01:00
docs Docs: fix response object name 2017-04-05 16:03:49 -04:00
query-dsl Build that java api docs from a test (#24354) 2017-05-02 13:00:56 -04:00
aggs.asciidoc removing duplicated parenthese open (#17975) 2016-04-26 20:13:08 +02:00
client.asciidoc Update TransportClient java documentation (#24205) 2017-04-20 10:35:35 +02:00
docs.asciidoc Add documentation for Delete By Query Java API 2016-12-16 18:11:55 +01:00
index.asciidoc Upgrade to Log4j 2.8.2 2017-04-09 07:19:16 -04:00
indexed-scripts.asciidoc cutover some docs to painless 2016-06-27 09:55:16 -04:00
query-dsl.asciidoc Build that java api docs from a test (#24354) 2017-05-02 13:00:56 -04:00
search.asciidoc docs: fix search info in transport API docs (#22045) 2017-04-17 22:19:47 -04:00