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 038aab8 commit 4b4c59dCopy full SHA for 4b4c59d
docs/reference/mapping/types/semantic-text.asciidoc
@@ -130,7 +130,7 @@ You can extract the most relevant fragments from a semantic text field by using
130
131
[source,console]
132
------------------------------------------------------------
133
-PUT test-index
+POST test-index/_search
134
{
135
"query": {
136
"semantic": {
@@ -240,4 +240,4 @@ PUT test-index
240
`semantic_text` field types have the following limitations:
241
242
* `semantic_text` fields are not currently supported as elements of <<nested,nested fields>>.
243
-* `semantic_text` fields can't currently be set as part of <<dynamic-templates>>.
+* `semantic_text` fields can't currently be set as part of <<dynamic-templates>>.
0 commit comments