Versions in this module Expand all Collapse all v0 v0.13.1 May 8, 2020 v0.13.0 May 8, 2020 Changes in this version + type AllocationExclude struct + Name string + type AllocationSettings struct + Cluster ClusterRoutingSettings + func (s AllocationSettings) IsShardsAllocationEnabled() bool + type ClusterRoutingAllocation struct + Transient AllocationSettings + type ClusterRoutingSettings struct + Routing RoutingSettings + type ClusterStateNode struct + Attributes struct{ ... } + EphemeralID string + Name string + TransportAddress string + type DiscoveryZen struct + MinimumMasterNodes int + type DiscoveryZenSettings struct + Persistent DiscoveryZen + Transient DiscoveryZen + type ErrorResponse struct + Error struct{ ... } + Status int + type Health struct + ActivePrimaryShards int + ActiveShards int + ActiveShardsPercentAsNumber float32 + ClusterName string + DelayedUnassignedShards int + InitializingShards int + NumberOfDataNodes int + NumberOfInFlightFetch int + NumberOfNodes int + NumberOfPendingTasks int + RelocatingShards int + Status HealthString + TaskMaxWaitingInQueueMillis int + TimedOut bool + UnassignedShards int + func (h Health) String() string + type HealthString string + const GreenHealth + const RedHealth + const UnknownHealth + const YellowHealth + type Hit struct + ID string + Index string + Score float64 + Source map[string]interface{} + Type string + type Hits struct + Hits []Hit + Total json.RawMessage + type Info struct + ClusterName string + ClusterUUID string + Version struct{ ... } + type Node struct + JVM struct{ ... } + Name string + Roles []string + Version string + type NodeStats struct + Name string + OS struct{ ... } + type Nodes struct + Nodes map[string]Node + func (n Nodes) Names() []string + type NodesStats struct + Nodes map[string]NodeStats + type RemoteCluster struct + Seeds []string + type RemoteClusters struct + RemoteClusters map[string]RemoteCluster + type RemoteClustersSettings struct + PersistentSettings *SettingsGroup + type RoutingAllocationSettings struct + Enable string + Exclude AllocationExclude + type RoutingSettings struct + Allocation RoutingAllocationSettings + type RoutingTable struct + Indices map[string]Shards + type SearchResults struct + Aggs map[string]json.RawMessage + Hits Hits + Shards json.RawMessage + Took int + type SettingsGroup struct + Cluster RemoteClusters + type Shard struct + Index string + NodeName string + Shard string + State ShardState + Type ShardType + func (s Shard) IsInitializing() bool + func (s Shard) IsPrimary() bool + func (s Shard) IsRelocating() bool + func (s Shard) IsReplica() bool + func (s Shard) IsStarted() bool + func (s Shard) Key() string + type ShardState string + const INITIALIZING + const RELOCATING + const STARTED + const UNASSIGNED + type ShardType string + const Primary + const Replica + type Shards []Shard + func (s *Shards) UnmarshalJSON(data []byte) error + func (s Shards) GetShardsByNode() map[string]Shards