Hoogle Search
Within LTS Haskell 24.60 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
templateSettings :: IndexTemplate -> Maybe IndexSettingsbloodhound Database.Bloodhound.Client.Cluster No documentation available.
templateSettingsLens :: Lens' IndexTemplate (Maybe IndexSettings)bloodhound 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.