Hoogle Search

Within LTS Haskell 24.60 (ghc-9.10.3)

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

  1. AnalysisSetting :: Analysis -> UpdatableIndexSetting

    bloodhound Database.Bloodhound.Client.Cluster

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

  2. CompressionSetting :: Compression -> UpdatableIndexSetting

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

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

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

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  5. newtype GenericSnapshotRepoSettings

    bloodhound Database.Bloodhound.Client.Cluster

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

  6. GenericSnapshotRepoSettings :: Object -> GenericSnapshotRepoSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  7. data IndexDocumentSettings

    bloodhound Database.Bloodhound.Client.Cluster

    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

  8. IndexDocumentSettings :: VersionControl -> Maybe JoinRelation -> IndexDocumentSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  9. data IndexSettings

    bloodhound Database.Bloodhound.Client.Cluster

    IndexSettings is used to configure the shards and replicas when you create an Elasticsearch Index. http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html

  10. IndexSettings :: ShardCount -> ReplicaCount -> IndexMappingsLimits -> IndexSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

Page 171 of many | Previous | Next