diff --git a/docs/reference/aggregations/bucket/datehistogram-aggregation.asciidoc b/docs/reference/aggregations/bucket/datehistogram-aggregation.asciidoc index 9be782f9270..c9e35c0f4f4 100644 --- a/docs/reference/aggregations/bucket/datehistogram-aggregation.asciidoc +++ b/docs/reference/aggregations/bucket/datehistogram-aggregation.asciidoc @@ -263,6 +263,7 @@ POST /sales/_search?size=0 -------------------------------------------------- // NOTCONSOLE +[[datehistogram-aggregation-notes]] ===== Notes In all cases, when the specified end time does not exist, the actual end time is diff --git a/docs/reference/ingest/processors/circle.asciidoc b/docs/reference/ingest/processors/circle.asciidoc index 2172b0772e5..852e903f041 100644 --- a/docs/reference/ingest/processors/circle.asciidoc +++ b/docs/reference/ingest/processors/circle.asciidoc @@ -141,7 +141,7 @@ The response from the above index request: -------------------------------------------------- // TESTRESPONSE[s/"_seq_no": \d+/"_seq_no" : $body._seq_no/ s/"_primary_term": 1/"_primary_term" : $body._primary_term/] - +[[circle-processor-notes]] ==== Notes on Accuracy Accuracy of the polygon that represents the circle is defined as `error_distance`. The smaller this diff --git a/docs/reference/query-dsl/fuzzy-query.asciidoc b/docs/reference/query-dsl/fuzzy-query.asciidoc index 287607bd8eb..9a7ffa04643 100644 --- a/docs/reference/query-dsl/fuzzy-query.asciidoc +++ b/docs/reference/query-dsl/fuzzy-query.asciidoc @@ -99,6 +99,7 @@ adjacent characters (ab → ba). Defaults to `true`. (Optional, string) Method used to rewrite the query. For valid values and more information, see the <>. +[[fuzzy-query-notes]] ==== Notes Fuzzy queries will not be executed if <> is set to false. diff --git a/docs/reference/query-dsl/geo-shape-query.asciidoc b/docs/reference/query-dsl/geo-shape-query.asciidoc index c05e3c98aa7..65792479a83 100644 --- a/docs/reference/query-dsl/geo-shape-query.asciidoc +++ b/docs/reference/query-dsl/geo-shape-query.asciidoc @@ -273,6 +273,7 @@ supported: * `MULTIPOINT` * `MULTILINE` +[[geo-shape-query-notes]] ==== Notes * Geo-shape queries on geo-shapes implemented with diff --git a/docs/reference/query-dsl/joining-queries.asciidoc b/docs/reference/query-dsl/joining-queries.asciidoc index 140fe111fed..f10c2bda603 100644 --- a/docs/reference/query-dsl/joining-queries.asciidoc +++ b/docs/reference/query-dsl/joining-queries.asciidoc @@ -21,6 +21,15 @@ Also see the <> in the `terms` query, which allows you to build a `terms` query from values contained in another document. +[discrete] +[[joining-queries-notes]] +==== Notes + +[discrete] +===== Allow expensive queries +Joining queries will not be executed if <> +is set to false. + include::nested-query.asciidoc[] include::has-child-query.asciidoc[] @@ -29,7 +38,4 @@ include::has-parent-query.asciidoc[] include::parent-id-query.asciidoc[] -=== Notes -==== Allow expensive queries -Joining queries will not be executed if <> -is set to false. + diff --git a/docs/reference/query-dsl/percolate-query.asciidoc b/docs/reference/query-dsl/percolate-query.asciidoc index d5d063e61e5..64c0b904dad 100644 --- a/docs/reference/query-dsl/percolate-query.asciidoc +++ b/docs/reference/query-dsl/percolate-query.asciidoc @@ -694,8 +694,8 @@ allows for fields to be stored in a denser, more efficient way. - Percolate queries do not scale in the same way as other queries, so percolation performance may benefit from using a different index configuration, like the number of primary shards. -[discrete] -=== Notes -==== Allow expensive queries +[[percolate-query-notes]] +==== Notes +===== Allow expensive queries Percolate queries will not be executed if <> is set to false. diff --git a/docs/reference/query-dsl/query-string-query.asciidoc b/docs/reference/query-dsl/query-string-query.asciidoc index 1c7628c1479..4d6ac96ff8b 100644 --- a/docs/reference/query-dsl/query-string-query.asciidoc +++ b/docs/reference/query-dsl/query-string-query.asciidoc @@ -548,7 +548,6 @@ The example above creates a boolean query: that matches documents with at least two of the three per-term blended queries. -==== Notes ===== Allow expensive queries Query string query can be internally be transformed to a <> which means that if the prefix queries are disabled as explained <> the query will not be diff --git a/docs/reference/query-dsl/regexp-query.asciidoc b/docs/reference/query-dsl/regexp-query.asciidoc index 0e2d0a2664d..e3d310e7d1a 100644 --- a/docs/reference/query-dsl/regexp-query.asciidoc +++ b/docs/reference/query-dsl/regexp-query.asciidoc @@ -87,6 +87,7 @@ regular expressions. (Optional, string) Method used to rewrite the query. For valid values and more information, see the <>. +[[regexp-query-notes]] ==== Notes ===== Allow expensive queries Regexp queries will not be executed if <> diff --git a/docs/reference/query-dsl/wildcard-query.asciidoc b/docs/reference/query-dsl/wildcard-query.asciidoc index 215066dda74..37e8a23c7a7 100644 --- a/docs/reference/query-dsl/wildcard-query.asciidoc +++ b/docs/reference/query-dsl/wildcard-query.asciidoc @@ -69,6 +69,7 @@ increases the relevance score. (Optional, string) Method used to rewrite the query. For valid values and more information, see the <>. +[[wildcard-query-notes]] ==== Notes ===== Allow expensive queries Wildcard queries will not be executed if <> diff --git a/docs/reference/redirects.asciidoc b/docs/reference/redirects.asciidoc index 3470fd503bb..9ea8b87441d 100644 --- a/docs/reference/redirects.asciidoc +++ b/docs/reference/redirects.asciidoc @@ -1095,3 +1095,13 @@ See <>. ==== Track total hits See <>. + +[role="exclude",id="_notes_3"] +=== Joining queries notes + +See <>. + +[role="exclude",id="_notes_4"] +=== Percolate query notes + +See <>.