Skip to content

Commit e2d2236

Browse files
authored
Add missing link text (#2107)
1 parent b699987 commit e2d2236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/search/get-started/semantic-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Go to **Discover** and select **Try ES|QL** from the application menu bar.
139139
::::
140140
::::{step} Choose a vector comparison method
141141
You can search data that is stored in `semantic_text` fields by using a specific subset of queries, including `knn`, `match`, `semantic`, and `sparse_vector`.
142-
For the definitive list of supported queries, refer to [](elasticsearch://reference/elasticsearch/mapping-reference/semantic-text.md).
142+
For the definitive list of supported queries, refer to [Semantic text field type](elasticsearch://reference/elasticsearch/mapping-reference/semantic-text.md).
143143

144144
In ES|QL, you can perform semantic searches on `semantic_text` field types using the same match syntax as full-text search.
145145
For example:
@@ -157,7 +157,7 @@ FROM semantic-index <1>
157157
When you click **▶Run**, the results appear in a table.
158158
Each row in the table represents a document.
159159

160-
To learn more about these commands, refer to [](elasticsearch://reference/query-languages/esql/esql-syntax-reference.md) and [](/solutions/search/esql-for-search.md).
160+
To learn more about these commands, refer to [ES|QL syntax reference](elasticsearch://reference/query-languages/esql/esql-syntax-reference.md) and [](/solutions/search/esql-for-search.md).
161161
::::
162162
::::{step} Analyze the results
163163

0 commit comments

Comments
 (0)