Skip to content

Commit f568479

Browse files
committed
[DOCS] Explicitly set section IDs for Asciidoctor migration (#41550)
1 parent 395371e commit f568479

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reference/search/profile.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ a `query` array and a `collector` array. In the future, more sections may be ad
169169

170170
There will also be a `rewrite` metric showing the total time spent rewriting the query (in nanoseconds).
171171

172+
[[_literal_query_literal_section]]
172173
=== `query` Section
173174

174175
The `query` section contains detailed timing of the query tree executed by Lucene on a particular shard.
@@ -302,7 +303,7 @@ The meaning of the stats are as follows:
302303

303304
This records the time taken to score a particular document via it's Scorer
304305

305-
306+
[[_literal_collectors_literal_section]]
306307
=== `collectors` Section
307308

308309
The Collectors portion of the response shows high-level execution details. Lucene works by defining a "Collector"
@@ -378,7 +379,7 @@ For reference, the various collector reason's are:
378379
match_all query (which you will see added to the Query section) to collect your entire dataset
379380

380381

381-
382+
[[_literal_rewrite_literal_section]]
382383
=== `rewrite` Section
383384

384385
All queries in Lucene undergo a "rewriting" process. A query (and its sub-queries) may be rewritten one or

0 commit comments

Comments
 (0)