From 08c5d3b91235b6d8abf34d9da7266797436bcdd1 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Thu, 25 Apr 2019 15:06:35 -0400 Subject: [PATCH] [DOCS] Explicitly set section IDs for Asciidoctor migration (#41547) * [DOCS] Explicitly set section ID for faster phrase queries * [DOCS] Explicitly set section ID for faster prefix queries --- docs/reference/how-to/search-speed.asciidoc | 2 ++ docs/reference/redirects.asciidoc | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/docs/reference/how-to/search-speed.asciidoc b/docs/reference/how-to/search-speed.asciidoc index 097d7913632..017dd74afa0 100644 --- a/docs/reference/how-to/search-speed.asciidoc +++ b/docs/reference/how-to/search-speed.asciidoc @@ -411,6 +411,7 @@ Some caveats to the Profile API are that: - given the added overhead, the resulting took times are not reliable indicators of actual took time, but can be used comparatively between clauses for relative timing differences - the Profile API is best for exploring possible reasons behind the most costly clauses of a query but isn't intended for accurately measuring absolute timings of each clause +[[faster-phrase-queries]] === Faster phrase queries with `index_phrases` The <> field has an <> option that @@ -418,6 +419,7 @@ indexes 2-shingles and is automatically leveraged by query parsers to run phrase queries that don't have a slop. If your use-case involves running lots of phrase queries, this can speed up queries significantly. +[[faster-prefix-queries]] === Faster prefix queries with `index_prefixes` The <> field has an <> option that diff --git a/docs/reference/redirects.asciidoc b/docs/reference/redirects.asciidoc index 7e00e10a520..1c6850542a9 100644 --- a/docs/reference/redirects.asciidoc +++ b/docs/reference/redirects.asciidoc @@ -594,3 +594,11 @@ formation module>>. === {xpack} settings in {es} include::{asciidoc-dir}/../../shared/settings.asciidoc[] + +[role="exclude",id="_faster_phrase_queries_with_literal_index_phrases_literal"] + +See <>. + +[role="exclude",id="_faster_prefix_queries_with_literal_index_prefixes_literal.html"] + +See <>. \ No newline at end of file