Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.Bloodhound.OpenSearch2.Requests
Documentation
openPointInTime :: IndexName -> BHRequest StatusDependant (ParsedEsResponse OpenPointInTimeResponse) Source #
openPointInTime
opens a point in time for an index given an IndexName
.
Note that the point in time should be closed with closePointInTime
as soon
as it is no longer needed.
For more information see https://opensearch.org/docs/latest/search-plugins/point-in-time/.
closePointInTime :: ClosePointInTime -> BHRequest StatusDependant (ParsedEsResponse ClosePointInTimeResponse) Source #
closePointInTime
closes a point in time given a ClosePointInTime
.
For more information see https://opensearch.org/docs/latest/search-plugins/point-in-time/.