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

  2. AnalysisSetting :: Analysis -> UpdatableIndexSetting

    bloodhound Database.Bloodhound.Common.Types

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

  3. CompressionSetting :: Compression -> UpdatableIndexSetting

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

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

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

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  6. newtype GenericSnapshotRepoSettings

    bloodhound Database.Bloodhound.Common.Types

    Opaque representation of snapshot repo settings. Instances of SnapshotRepo will produce this.

  7. GenericSnapshotRepoSettings :: Object -> GenericSnapshotRepoSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  8. data HighlightSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  9. data IndexDocumentSettings

    bloodhound Database.Bloodhound.Common.Types

    IndexDocumentSettings are special settings supplied when indexing a document. For the best backwards compatiblity when new fields are added, you should probably prefer to start with defaultIndexDocumentSettings

  10. IndexDocumentSettings :: VersionControl -> Maybe JoinRelation -> IndexDocumentSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

Page 169 of many | Previous | Next