Skip to content

Commit

Permalink
Fix error in docs code snippet (#121187) (#121191)
Browse files Browse the repository at this point in the history
  • Loading branch information
kderusso authored Jan 29, 2025
1 parent 61f5b01 commit 3bddff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/mapping/types/semantic-text.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ You can extract the most relevant fragments from a semantic text field by using

[source,console]
------------------------------------------------------------
PUT test-index
POST test-index/_search
{
"query": {
"semantic": {
Expand Down Expand Up @@ -240,4 +240,4 @@ PUT test-index
`semantic_text` field types have the following limitations:

* `semantic_text` fields are not currently supported as elements of <<nested,nested fields>>.
* `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 comments on commit 3bddff3

Please sign in to comment.