We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b477f commit c671109Copy full SHA for c671109
solutions/search/semantic-search/semantic-search-semantic-text.md
@@ -117,15 +117,16 @@ GET semantic-embeddings/_search
117
{
118
"query": {
119
"match": {
120
- "content": {
121
- "query": "What causes muscle soreness after running?" <1>
+ "content": { <1>
+ "query": "What causes muscle soreness after running?" <2>
122
}
123
124
125
126
```
127
128
-1. The query text.
+1. The `semantic_text` field on which you want to perform the search.
129
+2. The query text.
130
:::
131
132
:::{tab-item} ES|QL
0 commit comments