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.
-
bloodhound Database.Bloodhound.Client.Cluster No documentation available.
snapshotRestoreSettingsWaitForCompletionLens :: Lens' SnapshotRestoreSettings Boolbloodhound Database.Bloodhound.Client.Cluster No documentation available.
templateSettings :: IndexTemplate -> Maybe IndexSettingsbloodhound Database.Bloodhound.Client.Cluster No documentation available.
timeZoneOffsetHours :: TimeZoneOffset -> Int8bloodhound Database.Bloodhound.Client.Cluster No documentation available.
timeZoneOffsetHoursLens :: Lens' TimeZoneOffset Int8bloodhound Database.Bloodhound.Client.Cluster No documentation available.
timeZoneOffsetMinutes :: TimeZoneOffset -> Word8bloodhound Database.Bloodhound.Client.Cluster No documentation available.
timeZoneOffsetMinutesLens :: Lens' TimeZoneOffset Word8bloodhound Database.Bloodhound.Client.Cluster No documentation available.
getIndexSettings :: MonadBH m => IndexName -> m IndexSettingsSummarybloodhound Database.Bloodhound.Common.Client No documentation available.
updateIndexSettings :: MonadBH m => NonEmpty UpdatableIndexSetting -> IndexName -> m Acknowledgedbloodhound 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
getIndexSettings :: IndexName -> BHRequest StatusDependant IndexSettingsSummarybloodhound Database.Bloodhound.Common.Requests No documentation available.