bloodhound-0.24.0.0: Elasticsearch client library for Haskell
Safe HaskellNone
LanguageHaskell2010

Database.Bloodhound.ElasticSearch7.Requests

Synopsis

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.