是否可以在 NEST Elasticsearch 中禁用自动索引创建?

Is it possible to disable Auto Index creation in NEST Elastiscsearch?

是否可以在NEST中做以下设置而不是在yml文件中做?

action.auto_create_index:false

action.auto_create_index:false只能在elasticsearch.yml配置文件中设置;它不是目前可以通过 REST API.

更新的 属性