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.

  1. timeZoneOffsetMinutes :: TimeZoneOffset -> Word8

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  2. timeZoneOffsetMinutesLens :: Lens' TimeZoneOffset Word8

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

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

    bloodhound Database.Bloodhound.Common.Client

    No documentation available.

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

  5. getIndexSettings :: IndexName -> BHRequest StatusDependant IndexSettingsSummary

    bloodhound Database.Bloodhound.Common.Requests

    No documentation available.

  6. updateIndexSettings :: NonEmpty UpdatableIndexSetting -> IndexName -> BHRequest StatusIndependant Acknowledged

    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
    

  7. AnalysisSetting :: Analysis -> UpdatableIndexSetting

    bloodhound Database.Bloodhound.Common.Types

    Analysis is not a dynamic setting and can only be performed on a closed index.

  8. CompressionSetting :: Compression -> UpdatableIndexSetting

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  9. data ForceMergeIndexSettings

    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.

  10. ForceMergeIndexSettings :: Maybe Int -> Bool -> Bool -> ForceMergeIndexSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

Page 168 of many | Previous | Next