Hoogle Search
Within Stackage Nightly 2025-10-09 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
bloodhound Database.Bloodhound.Common.Requests updateIndexSettings will apply a non-empty list of setting updates to an index
>>> _ <- runBH' $ createIndex defaultIndexSettings (IndexName "unconfiguredindex") >>> response <- runBH' $ updateIndexSettings (BlocksWrite False :| []) (IndexName "unconfiguredindex") >>> isSuccess response True
AnalysisSetting :: Analysis -> UpdatableIndexSettingbloodhound Database.Bloodhound.Common.Types Analysis is not a dynamic setting and can only be performed on a closed index.
CompressionSetting :: Compression -> UpdatableIndexSettingbloodhound Database.Bloodhound.Common.Types No documentation available.
-
bloodhound Database.Bloodhound.Common.Types ForceMergeIndexSettings is used to configure index optimization. See https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-forcemerge.html for more info.
ForceMergeIndexSettings :: Maybe Int -> Bool -> Bool -> ForceMergeIndexSettingsbloodhound Database.Bloodhound.Common.Types No documentation available.
newtype
GenericSnapshotRepoSettings bloodhound Database.Bloodhound.Common.Types Opaque representation of snapshot repo settings. Instances of SnapshotRepo will produce this.
GenericSnapshotRepoSettings :: Object -> GenericSnapshotRepoSettingsbloodhound Database.Bloodhound.Common.Types No documentation available.
-
bloodhound Database.Bloodhound.Common.Types No documentation available.
-
bloodhound Database.Bloodhound.Common.Types 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
IndexDocumentSettings :: VersionControl -> Maybe JoinRelation -> IndexDocumentSettingsbloodhound Database.Bloodhound.Common.Types No documentation available.