Hoogle Search

Within Stackage Nightly 2025-10-12 (ghc-9.12.2)

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

  1. type EnumSet a = EnumSet EnumSetRep a a

    bitwise-enum Data.Enum.Set

    No documentation available.

  2. type EnumSetRep a = Word

    bitwise-enum Data.Enum.Set

    No documentation available.

  3. isSubsetOf :: AsEnumSet a => EnumSet a -> EnumSet a -> Bool

    bitwise-enum Data.Enum.Set

    O(1). Is this a subset? (s1 `isSubsetOf` s2) tells whether s1 is a subset of s2.

  4. data EnumSet word (a :: k)

    bitwise-enum Data.Enum.Set.Base

    A set of values a with representation word, implemented as bitwise operations.

  5. AnalysisSetting :: Analysis -> UpdatableIndexSetting

    bloodhound Database.Bloodhound.Client.Cluster

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

  6. CompressionSetting :: Compression -> UpdatableIndexSetting

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  7. data ForceMergeIndexSettings

    bloodhound Database.Bloodhound.Client.Cluster

    ForceMergeIndexSettings is used to configure index optimization. See https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-forcemerge.html for more info.

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

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  9. newtype GenericSnapshotRepoSettings

    bloodhound Database.Bloodhound.Client.Cluster

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

  10. GenericSnapshotRepoSettings :: Object -> GenericSnapshotRepoSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

Page 160 of many | Previous | Next