elasticsearch/docs/java-api
Martijn van Groningen e0ebf5da1c Template cleanup:
* Removed `Template` class and unified script & template parsing logic. Templates are scripts, so they should be defined as a script. Unless there will be separate template infrastructure, templates should share as much code as possible with scripts.
* Removed ScriptParseException in favour for ElasticsearchParseException
* Moved TemplateQueryBuilder to lang-mustache module because this query is hard coded to work with mustache only
2016-07-18 10:16:01 +02:00
..
admin Update Java API doc for cluster health 2016-06-28 10:13:08 +02:00
aggregations Add back support for ip range aggregations. #17859 2016-05-13 17:22:01 +02:00
docs More changes to java update-by-query api docs 2016-06-29 11:10:02 -04:00
query-dsl Template cleanup: 2016-07-18 10:16:01 +02:00
aggs.asciidoc removing duplicated parenthese open (#17975) 2016-04-26 20:13:08 +02:00
client.asciidoc TransportClient instead of Client in the code 2016-06-16 11:32:49 +08:00
docs.asciidoc Remove delete-by-query core docs 2015-08-01 05:14:46 -04:00
index.asciidoc percolator: Replace percolate api with the new percolator query 2016-03-21 12:21:50 +01:00
indexed-scripts.asciidoc cutover some docs to painless 2016-06-27 09:55:16 -04:00
query-dsl.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
search.asciidoc Replaced SCAN search type with _doc sort in scroll query 2016-04-07 06:52:14 +02:00