Hoogle Search

Within Stackage Nightly 2025-10-09 (ghc-9.12.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data IndexSettings

    bloodhound Database.Bloodhound.Common.Types

    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

  2. IndexSettings :: ShardCount -> ReplicaCount -> IndexMappingsLimits -> IndexSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  3. data IndexSettingsSummary

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  4. IndexSettingsSummary :: IndexName -> IndexSettings -> [UpdatableIndexSetting] -> IndexSettingsSummary

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  5. newtype RestoreIndexSettings

    bloodhound Database.Bloodhound.Common.Types

    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.

  6. RestoreIndexSettings :: Maybe ReplicaCount -> RestoreIndexSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  7. data SnapshotCreateSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  8. SnapshotCreateSettings :: Bool -> Maybe IndexSelection -> Bool -> Bool -> Bool -> SnapshotCreateSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  9. newtype SnapshotRepoUpdateSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  10. SnapshotRepoUpdateSettings :: Bool -> SnapshotRepoUpdateSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

Page 170 of many | Previous | Next