diff --git a/docs/java-api/query-dsl/geo-queries.asciidoc b/docs/java-api/query-dsl/geo-queries.asciidoc index a4f460a5e66..10df4ff5e87 100644 --- a/docs/java-api/query-dsl/geo-queries.asciidoc +++ b/docs/java-api/query-dsl/geo-queries.asciidoc @@ -21,11 +21,6 @@ The queries in this group are: Finds document with geo-points within the specified distance of a central point. -<> query:: - - Like the `geo_point` query, but the range starts at a specified distance - from the central point. - <> query:: Find documents with geo-points within the specified polygon. diff --git a/docs/java-api/query-dsl/special-queries.asciidoc b/docs/java-api/query-dsl/special-queries.asciidoc index 9ab285a2c3a..4e4d59a6d4a 100644 --- a/docs/java-api/query-dsl/special-queries.asciidoc +++ b/docs/java-api/query-dsl/special-queries.asciidoc @@ -9,12 +9,6 @@ This group contains queries which do not fit into the other groups: This query finds documents which are similar to the specified text, document, or collection of documents. -<>:: - -The `template` query accepts a Mustache template (either inline, indexed, or -from a file), and a map of parameters, and combines the two to generate the -final query to execute. - <>:: This query allows a script to act as a filter. Also see the diff --git a/docs/java-api/search.asciidoc b/docs/java-api/search.asciidoc index c53af256edb..4b858105a26 100644 --- a/docs/java-api/search.asciidoc +++ b/docs/java-api/search.asciidoc @@ -143,7 +143,7 @@ if (sr.isTerminatedEarly()) { <1> Finish after 1000 docs [[java-search-template]] -==== Search Template +=== Search Template See {ref}/search-template.html[Search Template] documentation