36 "type": AutoHashOrNothingType,
37 "desc":
"Query used to limit documents the alias can access",
40 "type": StringOrNothingType,
41 "desc":
"Value used to route indexing operations to a specific shard. If specified, this overwrites "
42 "the `routing` value for indexing operations",
46 "desc":
"If `true`, the alias is hidden. Defaults to `false`. All indices for the alias must have the "
47 "same `is_hidden` value",
51 "desc":
"If `true`, the index is the write index for the alias. Defaults to `false`",
54 "type": StringOrNothingType,
55 "desc":
"Value used to route indexing and search operations to a specific shard",
58 "type": StringOrNothingType,
59 "desc":
"Value used to route search operations to a specific shard. If specified, this overwrites "
60 "the `routing` value for search operations",
Base data type for search request types.
Definition: ElasticSearchIndexDataTypeBase.qc.dox.h:28
constructor()
Creates the object.
const Fields
Field descriptions.
Definition: ElasticSearchIndexDataTypeBase.qc.dox.h:33
Boolean string type.
Definition: ElasticSearchDataProvider.qc.dox.h:141
Qore ElasticSearchDataProvider module definition.
Definition: ElasticSearchAcknowledgedDataType.qc.dox.h:26