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.

  1. data SnapshotCreateSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

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

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  3. newtype SnapshotRepoUpdateSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  4. SnapshotRepoUpdateSettings :: Bool -> SnapshotRepoUpdateSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  5. data SnapshotRestoreSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  6. SnapshotRestoreSettings :: Bool -> Maybe IndexSelection -> Bool -> Bool -> Maybe RestoreRenamePattern -> Maybe (NonEmpty RestoreRenameToken) -> Bool -> Bool -> Maybe RestoreIndexSettings -> Maybe (NonEmpty Text) -> SnapshotRestoreSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

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

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

  9. defaultIndexDocumentSettings :: IndexDocumentSettings

    bloodhound Database.Bloodhound.Client.Cluster

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

  10. defaultIndexSettings :: IndexSettings

    bloodhound Database.Bloodhound.Client.Cluster

    defaultIndexSettings is an IndexSettings with 3 shards and 2 replicas.

Page 172 of many | Previous | Next