Hoogle Search

Within LTS Haskell 24.60 (ghc-9.10.3)

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

  1. 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

  2. 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.

  3. defaultIndexDocumentSettings :: IndexDocumentSettings

    bloodhound Database.Bloodhound.Client.Cluster

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

  4. defaultIndexSettings :: IndexSettings

    bloodhound Database.Bloodhound.Client.Cluster

    defaultIndexSettings is an IndexSettings with 3 shards and 2 replicas.

  5. defaultSnapshotCreateSettings :: SnapshotCreateSettings

    bloodhound Database.Bloodhound.Client.Cluster

    Reasonable defaults for snapshot creation

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

  6. defaultSnapshotRepoUpdateSettings :: SnapshotRepoUpdateSettings

    bloodhound Database.Bloodhound.Client.Cluster

    Reasonable defaults for repo creation/update

    • repoUpdateVerify True

  7. 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

  8. gSnapshotRepoSettings :: GenericSnapshotRepo -> GenericSnapshotRepoSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  9. gSnapshotRepoSettingsLens :: Lens' GenericSnapshotRepo GenericSnapshotRepoSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  10. gSnapshotRepoSettingsObject :: GenericSnapshotRepoSettings -> Object

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

Page 173 of many | Previous | Next