Hoogle Search
Within LTS Haskell 24.12 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
Mapping :: [MappingField] -> Mappingbloodhound Database.Bloodhound.Common.Types No documentation available.
-
bloodhound Database.Bloodhound.Common.Types No documentation available.
MappingField :: FieldName -> FieldDefinition -> MappingFieldbloodhound Database.Bloodhound.Common.Types No documentation available.
MappingTotalFieldsLimit :: Int -> UpdatableIndexSettingbloodhound Database.Bloodhound.Common.Types No documentation available.
-
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.
MapLast :: Map k v -> MapLast k vcabal-install Distribution.Client.ProjectConfig No documentation available.
-
cabal-install Distribution.Client.ProjectConfig Newtype wrapper for Map that provides a Monoid instance that mappends values of overlapping keys rather than taking the first.
MapMappend :: Map k v -> MapMappend k vcabal-install Distribution.Client.ProjectConfig No documentation available.
-
cabal-install Distribution.Client.ProjectConfig.Types Newtype wrapper for Map that provides a Monoid instance that takes the last value rather than the first value for overlapping keys.