Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.Bloodhound.ElasticSearch7.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://www.elastic.co/guide/en/elasticsearch/reference/current/point-in-time-api.html.
closePointInTime :: ClosePointInTime -> BHRequest StatusDependant (ParsedEsResponse ClosePointInTimeResponse) Source #
closePointInTime
closes a point in time given a ClosePointInTime
.
For more information see https://www.elastic.co/guide/en/elasticsearch/reference/current/point-in-time-api.html.