Skip to content

Commit 87b126b

Browse files
gbanasiakjrodewig
authored andcommitted
[DOCS] Fix index_prefixes link in 'faster prefix queries' docs (#51833)
Fixes a link in 'faster prefix queries' which incorrectly redirects to index_phrases mapping parameter description instead of index_prefixes.
1 parent 9d55c45 commit 87b126b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/how-to/search-speed.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ queries, this can speed up queries significantly.
414414
[[faster-prefix-queries]]
415415
=== Faster prefix queries with `index_prefixes`
416416

417-
The <<text,`text`>> field has an <<index-phrases,`index_prefixes`>> option that
417+
The <<text,`text`>> field has an <<index-prefixes,`index_prefixes`>> option that
418418
indexes prefixes of all terms and is automatically leveraged by query parsers to
419419
run prefix queries. If your use-case involves running lots of prefix queries,
420420
this can speed up queries significantly.

0 commit comments

Comments
 (0)