Skip to content

Commit 15f139b

Browse files
authored
Update index.md (#137960)
fix DiskBBQ index type example to `bbq_disk` the real configuration
1 parent dd64298 commit 15f139b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release-notes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ PUT vectors
263263
{
264264
"mappings": {
265265
"properties": {
266-
"vector": {"type": "dense_vector", "index_options": {"type": "disk_bbq"}
266+
"vector": {"type": "dense_vector", "index_options": {"type": "bbq_disk"}
267267
}
268268
}
269269
}

0 commit comments

Comments
 (0)