Hoogle Search
Within Stackage Nightly 2025-10-12 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
-
bloodhound Database.Bloodhound.Common.Requests 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
AnalysisSetting :: Analysis -> UpdatableIndexSettingbloodhound Database.Bloodhound.Common.Types Analysis is not a dynamic setting and can only be performed on a closed index.
CompressionSetting :: Compression -> UpdatableIndexSettingbloodhound Database.Bloodhound.Common.Types No documentation available.
-
bloodhound Database.Bloodhound.Common.Types ForceMergeIndexSettings is used to configure index optimization. See https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-forcemerge.html for more info.
ForceMergeIndexSettings :: Maybe Int -> Bool -> Bool -> ForceMergeIndexSettingsbloodhound Database.Bloodhound.Common.Types No documentation available.