Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. templateMappings :: IndexTemplate -> Value

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  2. templateMappingsLens :: Lens' IndexTemplate Value

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  3. putMapping :: forall r a m . (MonadBH m, FromJSON r, ToJSON a) => IndexName -> a -> m r

    bloodhound Database.Bloodhound.Common.Client

    Deprecated: See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/removal-of-types.html

  4. putMapping :: (FromJSON r, ToJSON a) => IndexName -> a -> BHRequest StatusDependant r

    bloodhound Database.Bloodhound.Common.Requests

    Deprecated: See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/removal-of-types.html

  5. CharFilterDefinitionMapping :: Map Text Text -> CharFilterDefinition

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  6. newtype IgnoreUnmapped

    bloodhound Database.Bloodhound.Common.Types

    Indicates whether to ignore an unmapped parent_type and not return any documents instead of an error.

  7. IgnoreUnmapped :: Bool -> IgnoreUnmapped

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  8. data IndexMappingsLimits

    bloodhound Database.Bloodhound.Common.Types

    'IndexMappingsLimits is used to configure index's limits. https://www.elastic.co/guide/en/elasticsearch/reference/master/mapping-settings-limit.html

  9. IndexMappingsLimits :: Maybe Int -> Maybe Int -> Maybe Int -> Maybe Int -> IndexMappingsLimits

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  10. defaultIndexMappingsLimits :: IndexMappingsLimits

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

Page 1125 of many | Previous | Next