File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/reference/search/search-your-data Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,10 @@ PUT retrievers_example
1919 "type": "dense_vector",
2020 "dims": 3,
2121 "similarity": "l2_norm",
22- "index": true
22+ "index": true,
23+ "index_options": {
24+ "type": "flat"
25+ }
2326 },
2427 "text": {
2528 "type": "text"
Original file line number Diff line number Diff line change @@ -201,9 +201,6 @@ tests:
201201 issue : https://github.com/elastic/elasticsearch/issues/119019
202202- class : org.elasticsearch.xpack.security.authc.ldap.ActiveDirectoryRunAsIT
203203 issue : https://github.com/elastic/elasticsearch/issues/115727
204- - class : org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT
205- method : test {yaml=reference/search/search-your-data/retrievers-examples/line_98}
206- issue : https://github.com/elastic/elasticsearch/issues/119155
207204- class : org.elasticsearch.xpack.esql.action.EsqlNodeFailureIT
208205 method : testFailureLoadingFields
209206 issue : https://github.com/elastic/elasticsearch/issues/118000
You can’t perform that action at this time.
0 commit comments