[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.
This commit is contained in:
Grzegorz Banasiak 2020-02-04 14:36:16 +01:00 committed by James Rodewig
parent 9d55c45b5a
commit 87b126bbfc
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ queries, this can speed up queries significantly.
[[faster-prefix-queries]]
=== Faster prefix queries with `index_prefixes`
The <<text,`text`>> field has an <<index-phrases,`index_prefixes`>> option that
The <<text,`text`>> field has an <<index-prefixes,`index_prefixes`>> option that
indexes prefixes of all terms and is automatically leveraged by query parsers to
run prefix queries. If your use-case involves running lots of prefix queries,
this can speed up queries significantly.