Gleanex.Client.ClusterGroup (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ClusterGroup

Summary

Types

t()

@type t() :: %Gleanex.Client.ClusterGroup{
  clusterType: String.t() | nil,
  clusteredResults: [Gleanex.Client.SearchResult.t()] | nil,
  visibleCountHint: integer()
}