Skip to content

Commit 45355a7

Browse files
Update documentation for arrays that semantic field cannot support it (#11482) (#11488)
1 parent c96b3e1 commit 45355a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_mappings/supported-field-types/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ PUT testindex1/_doc/2
125125
}
126126
```
127127

128+
The `semantic` field cannot contain an array of values because it's mapped to an embedding field (`rank_features` or `knn_vector`), which supports only a single vector.
129+
{: .note}
130+
128131
## Multifields
129132

130133
Multifields are used to index the same field differently. Strings are often mapped as `text` for full-text queries and `keyword` for exact-value queries.

0 commit comments

Comments
 (0)