Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. getIndexSettings :: IndexName -> BHRequest StatusDependant IndexSettingsSummary

    bloodhound Database.Bloodhound.Common.Requests

    No documentation available.

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

  3. AnalysisSetting :: Analysis -> UpdatableIndexSetting

    bloodhound Database.Bloodhound.Common.Types

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

  4. CompressionSetting :: Compression -> UpdatableIndexSetting

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

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

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

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  7. newtype GenericSnapshotRepoSettings

    bloodhound Database.Bloodhound.Common.Types

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

  8. GenericSnapshotRepoSettings :: Object -> GenericSnapshotRepoSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  9. data HighlightSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

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

Page 175 of many | Previous | Next