Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
newtype
GenericSnapshotRepoSettings bloodhound Database.Bloodhound.Client.Cluster Opaque representation of snapshot repo settings. Instances of SnapshotRepo will produce this.
GenericSnapshotRepoSettings :: Object -> GenericSnapshotRepoSettingsbloodhound Database.Bloodhound.Client.Cluster No documentation available.
-
bloodhound Database.Bloodhound.Client.Cluster IndexDocumentSettings are special settings supplied when indexing a document. For the best backwards compatiblity when new fields are added, you should probably prefer to start with defaultIndexDocumentSettings
IndexDocumentSettings :: VersionControl -> Maybe JoinRelation -> IndexDocumentSettingsbloodhound Database.Bloodhound.Client.Cluster No documentation available.
-
bloodhound Database.Bloodhound.Client.Cluster IndexSettings is used to configure the shards and replicas when you create an Elasticsearch Index. http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html
IndexSettings :: ShardCount -> ReplicaCount -> IndexMappingsLimits -> IndexSettingsbloodhound Database.Bloodhound.Client.Cluster No documentation available.
-
bloodhound Database.Bloodhound.Client.Cluster No documentation available.
-
bloodhound Database.Bloodhound.Client.Cluster No documentation available.
-
bloodhound Database.Bloodhound.Client.Cluster Index settings that can be overridden. The docs only mention you can update number of replicas, but there may be more. You definitely cannot override shard count.
RestoreIndexSettings :: Maybe ReplicaCount -> RestoreIndexSettingsbloodhound Database.Bloodhound.Client.Cluster No documentation available.