Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. RestoreIndexSettings :: Maybe ReplicaCount -> RestoreIndexSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  2. data SnapshotCreateSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

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

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  4. newtype SnapshotRepoUpdateSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  5. SnapshotRepoUpdateSettings :: Bool -> SnapshotRepoUpdateSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  6. data SnapshotRestoreSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

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

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

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

  10. defaultIndexDocumentSettings :: IndexDocumentSettings

    bloodhound Database.Bloodhound.Client.Cluster

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

Page 172 of many | Previous | Next