Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. data MappingField

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  2. MappingField :: FieldName -> FieldDefinition -> MappingField

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  3. MappingTotalFieldsLimit :: Int -> UpdatableIndexSetting

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  4. newtype Mapping

    bloodhound Database.Bloodhound.Common.Types

    Support for type reification of Mappings is currently incomplete, for now the mapping API verbiage expects a ToJSONable blob. Indexes have mappings, mappings are schemas for the documents contained in the index. I'd recommend having only one mapping per index, always having a mapping, and keeping different kinds of documents separated if possible.

  5. Mapping :: [MappingField] -> Mapping

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  6. data MappingField

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  7. MappingField :: FieldName -> FieldDefinition -> MappingField

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  8. MappingTotalFieldsLimit :: Int -> UpdatableIndexSetting

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  9. newtype MapLast k v

    cabal-install Distribution.Client.ProjectConfig

    Newtype wrapper for Map that provides a Monoid instance that takes the last value rather than the first value for overlapping keys.

  10. MapLast :: Map k v -> MapLast k v

    cabal-install Distribution.Client.ProjectConfig

    No documentation available.

Page 376 of many | Previous | Next