We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e10eeb commit 168bdfcCopy full SHA for 168bdfc
tests/CTS/requests/search/setSettings.json
@@ -788,6 +788,26 @@
788
}
789
790
},
791
+ {
792
+ "testName": "create replica index articles",
793
+ "parameters": {
794
+ "indexName": "theIndexName",
795
+ "indexSettings": {
796
+ "replicas": [
797
+ "articles_date_desc"
798
+ ]
799
+ }
800
+ },
801
+ "request": {
802
+ "path": "/1/indexes/theIndexName/settings",
803
+ "method": "PUT",
804
+ "body": {
805
806
807
808
809
810
811
{
812
"testName": "create virtual replica index",
813
"parameters": {
0 commit comments