Hoogle Search

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

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

  1. TimeOffset :: Int8 -> TimeOffset

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  2. data TimeZoneOffset

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  3. TimeZoneOffset :: Int8 -> Word8 -> TimeZoneOffset

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  4. data UpdatableIndexSetting

    bloodhound Database.Bloodhound.Client.Cluster

    UpdatableIndexSetting are settings which may be updated after an index is created. https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-update-settings.html

  5. defaultForceMergeIndexSettings :: ForceMergeIndexSettings

    bloodhound Database.Bloodhound.Client.Cluster

    defaultForceMergeIndexSettings implements the default settings that Elasticsearch uses for index optimization. maxNumSegments is Nothing, onlyExpungeDeletes is False, and flushAfterOptimize is True.

  6. defaultIndexDocumentSettings :: IndexDocumentSettings

    bloodhound Database.Bloodhound.Client.Cluster

    Reasonable default settings. Chooses no version control and no parent.

  7. defaultIndexSettings :: IndexSettings

    bloodhound Database.Bloodhound.Client.Cluster

    defaultIndexSettings is an IndexSettings with 3 shards and 2 replicas.

  8. defaultSnapshotCreateSettings :: SnapshotCreateSettings

    bloodhound Database.Bloodhound.Client.Cluster

    Reasonable defaults for snapshot creation

    • snapWaitForCompletion False
    • snapIndices Nothing
    • snapIgnoreUnavailable False
    • snapIncludeGlobalState True
    • snapPartial False

  9. defaultSnapshotRepoUpdateSettings :: SnapshotRepoUpdateSettings

    bloodhound Database.Bloodhound.Client.Cluster

    Reasonable defaults for repo creation/update

    • repoUpdateVerify True

  10. defaultSnapshotRestoreSettings :: SnapshotRestoreSettings

    bloodhound Database.Bloodhound.Client.Cluster

    Reasonable defaults for snapshot restores

    • snapRestoreWaitForCompletion False
    • snapRestoreIndices Nothing
    • snapRestoreIgnoreUnavailable False
    • snapRestoreIncludeGlobalState True
    • snapRestoreRenamePattern Nothing
    • snapRestoreRenameReplacement Nothing
    • snapRestorePartial False
    • snapRestoreIncludeAliases True
    • snapRestoreIndexSettingsOverrides Nothing
    • snapRestoreIgnoreIndexSettings Nothing

Page 163 of many | Previous | Next