Documentation ¶
Index ¶
- Variables
- type OpenSearchConfig2
- func (*OpenSearchConfig2) Descriptor() ([]byte, []int)deprecated
- func (x *OpenSearchConfig2) GetFielddataCacheSize() string
- func (x *OpenSearchConfig2) GetMaxClauseCount() *wrapperspb.Int64Value
- func (x *OpenSearchConfig2) GetReindexRemoteWhitelist() string
- func (*OpenSearchConfig2) ProtoMessage()
- func (x *OpenSearchConfig2) ProtoReflect() protoreflect.Message
- func (x *OpenSearchConfig2) Reset()
- func (m *OpenSearchConfig2) SetFielddataCacheSize(v string)
- func (m *OpenSearchConfig2) SetMaxClauseCount(v *wrapperspb.Int64Value)
- func (m *OpenSearchConfig2) SetReindexRemoteWhitelist(v string)
- func (x *OpenSearchConfig2) String() string
- type OpenSearchConfigSet2
- func (*OpenSearchConfigSet2) Descriptor() ([]byte, []int)deprecated
- func (x *OpenSearchConfigSet2) GetDefaultConfig() *OpenSearchConfig2
- func (x *OpenSearchConfigSet2) GetEffectiveConfig() *OpenSearchConfig2
- func (x *OpenSearchConfigSet2) GetUserConfig() *OpenSearchConfig2
- func (*OpenSearchConfigSet2) ProtoMessage()
- func (x *OpenSearchConfigSet2) ProtoReflect() protoreflect.Message
- func (x *OpenSearchConfigSet2) Reset()
- func (m *OpenSearchConfigSet2) SetDefaultConfig(v *OpenSearchConfig2)
- func (m *OpenSearchConfigSet2) SetEffectiveConfig(v *OpenSearchConfig2)
- func (m *OpenSearchConfigSet2) SetUserConfig(v *OpenSearchConfig2)
- func (x *OpenSearchConfigSet2) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_yandex_cloud_mdb_opensearch_v1_config_opensearch_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type OpenSearchConfig2 ¶
type OpenSearchConfig2 struct { // the maximum number of allowed boolean clauses in a query MaxClauseCount *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=max_clause_count,json=maxClauseCount,proto3" json:"max_clause_count,omitempty"` // the percentage or absolute value (10%, 512mb) of heap space that is allocated to fielddata FielddataCacheSize string `protobuf:"bytes,4,opt,name=fielddata_cache_size,json=fielddataCacheSize,proto3" json:"fielddata_cache_size,omitempty"` ReindexRemoteWhitelist string `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*OpenSearchConfig2) Descriptor
deprecated
func (*OpenSearchConfig2) Descriptor() ([]byte, []int)
Deprecated: Use OpenSearchConfig2.ProtoReflect.Descriptor instead.
func (*OpenSearchConfig2) GetFielddataCacheSize ¶
func (x *OpenSearchConfig2) GetFielddataCacheSize() string
func (*OpenSearchConfig2) GetMaxClauseCount ¶
func (x *OpenSearchConfig2) GetMaxClauseCount() *wrapperspb.Int64Value
func (*OpenSearchConfig2) GetReindexRemoteWhitelist ¶
func (x *OpenSearchConfig2) GetReindexRemoteWhitelist() string
func (*OpenSearchConfig2) ProtoMessage ¶
func (*OpenSearchConfig2) ProtoMessage()
func (*OpenSearchConfig2) ProtoReflect ¶
func (x *OpenSearchConfig2) ProtoReflect() protoreflect.Message
func (*OpenSearchConfig2) Reset ¶
func (x *OpenSearchConfig2) Reset()
func (*OpenSearchConfig2) SetFielddataCacheSize ¶
func (m *OpenSearchConfig2) SetFielddataCacheSize(v string)
func (*OpenSearchConfig2) SetMaxClauseCount ¶
func (m *OpenSearchConfig2) SetMaxClauseCount(v *wrapperspb.Int64Value)
func (*OpenSearchConfig2) SetReindexRemoteWhitelist ¶
func (m *OpenSearchConfig2) SetReindexRemoteWhitelist(v string)
func (*OpenSearchConfig2) String ¶
func (x *OpenSearchConfig2) String() string
type OpenSearchConfigSet2 ¶
type OpenSearchConfigSet2 struct { EffectiveConfig *OpenSearchConfig2 `protobuf:"bytes,1,opt,name=effective_config,json=effectiveConfig,proto3" json:"effective_config,omitempty"` UserConfig *OpenSearchConfig2 `protobuf:"bytes,2,opt,name=user_config,json=userConfig,proto3" json:"user_config,omitempty"` DefaultConfig *OpenSearchConfig2 `protobuf:"bytes,3,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"` // contains filtered or unexported fields }
func (*OpenSearchConfigSet2) Descriptor
deprecated
func (*OpenSearchConfigSet2) Descriptor() ([]byte, []int)
Deprecated: Use OpenSearchConfigSet2.ProtoReflect.Descriptor instead.
func (*OpenSearchConfigSet2) GetDefaultConfig ¶
func (x *OpenSearchConfigSet2) GetDefaultConfig() *OpenSearchConfig2
func (*OpenSearchConfigSet2) GetEffectiveConfig ¶
func (x *OpenSearchConfigSet2) GetEffectiveConfig() *OpenSearchConfig2
func (*OpenSearchConfigSet2) GetUserConfig ¶
func (x *OpenSearchConfigSet2) GetUserConfig() *OpenSearchConfig2
func (*OpenSearchConfigSet2) ProtoMessage ¶
func (*OpenSearchConfigSet2) ProtoMessage()
func (*OpenSearchConfigSet2) ProtoReflect ¶
func (x *OpenSearchConfigSet2) ProtoReflect() protoreflect.Message
func (*OpenSearchConfigSet2) Reset ¶
func (x *OpenSearchConfigSet2) Reset()
func (*OpenSearchConfigSet2) SetDefaultConfig ¶
func (m *OpenSearchConfigSet2) SetDefaultConfig(v *OpenSearchConfig2)
func (*OpenSearchConfigSet2) SetEffectiveConfig ¶
func (m *OpenSearchConfigSet2) SetEffectiveConfig(v *OpenSearchConfig2)
func (*OpenSearchConfigSet2) SetUserConfig ¶
func (m *OpenSearchConfigSet2) SetUserConfig(v *OpenSearchConfig2)
func (*OpenSearchConfigSet2) String ¶
func (x *OpenSearchConfigSet2) String() string
Click to show internal directories.
Click to hide internal directories.