Skip to content

Commit 3fb8f65

Browse files
authored
Update fields description (#28483)
1 parent f69a2f2 commit 3fb8f65

File tree

1 file changed

+1
-1
lines changed
  • specification/search/data-plane/Azure.Search/preview/2024-03-01-Preview

1 file changed

+1
-1
lines changed

specification/search/data-plane/Azure.Search/preview/2024-03-01-Preview/searchindex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1863,7 +1863,7 @@
18631863
},
18641864
"fields": {
18651865
"type": "string",
1866-
"description": "Vector Fields of type Collection(Edm.Single) to be included in the vector searched."
1866+
"description": "The comma-separated list of field names to be included in the vector search. Each of the fields must be a valid vector type, such as Collection(Edm.Single). If multiple fields are given, the vector will be used to find the closest matches across all fields."
18671867
},
18681868
"exhaustive": {
18691869
"type": "boolean",

0 commit comments

Comments
 (0)