Skip to content

Commit c671109

Browse files
re-add footnote
1 parent 25b477f commit c671109

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

solutions/search/semantic-search/semantic-search-semantic-text.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,16 @@ GET semantic-embeddings/_search
117117
{
118118
"query": {
119119
"match": {
120-
"content": {
121-
"query": "What causes muscle soreness after running?" <1>
120+
"content": { <1>
121+
"query": "What causes muscle soreness after running?" <2>
122122
}
123123
}
124124
}
125125
}
126126
```
127127

128-
1. The query text.
128+
1. The `semantic_text` field on which you want to perform the search.
129+
2. The query text.
129130
:::
130131

131132
:::{tab-item} ES|QL

0 commit comments

Comments
 (0)