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. snapshotRestoreSettingsRenameReplacementLens :: Lens' SnapshotRestoreSettings (Maybe (NonEmpty RestoreRenameToken))

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  2. snapshotRestoreSettingsWaitForCompletionLens :: Lens' SnapshotRestoreSettings Bool

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  3. templateSettings :: IndexTemplate -> Maybe IndexSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  4. timeZoneOffsetHours :: TimeZoneOffset -> Int8

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  5. timeZoneOffsetHoursLens :: Lens' TimeZoneOffset Int8

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  6. timeZoneOffsetMinutes :: TimeZoneOffset -> Word8

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  7. timeZoneOffsetMinutesLens :: Lens' TimeZoneOffset Word8

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  8. getIndexSettings :: MonadBH m => IndexName -> m IndexSettingsSummary

    bloodhound Database.Bloodhound.Common.Client

    No documentation available.

  9. updateIndexSettings :: MonadBH m => NonEmpty UpdatableIndexSetting -> IndexName -> m Acknowledged

    bloodhound Database.Bloodhound.Common.Client

    updateIndexSettings will apply a non-empty list of setting updates to an index

    >>> _ <- runBH' $ createIndex defaultIndexSettings (IndexName "unconfiguredindex")
    
    >>> response <- runBH' $ updateIndexSettings (BlocksWrite False :| []) (IndexName "unconfiguredindex")
    
    >>> isSuccess response
    True
    

  10. getIndexSettings :: IndexName -> BHRequest StatusDependant IndexSettingsSummary

    bloodhound Database.Bloodhound.Common.Requests

    No documentation available.

Page 168 of many | Previous | Next