Skip to content

Commit c396fa2

Browse files
authored
[Search] Fix typo in hybrid search example (#472)
Ports elastic/elasticsearch#122430 over to v3
1 parent f8f259a commit c396fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/search/hybrid-semantic-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PUT semantic-embeddings
2727
"mappings": {
2828
"properties": {
2929
"semantic_text": { <1>
30-
"type": "semantic_text",
30+
"type": "semantic_text"
3131
},
3232
"content": { <2>
3333
"type": "text",

0 commit comments

Comments
 (0)