Class ClosePointInTimeRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.core.ClosePointInTimeRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class ClosePointInTimeRequest extends RequestBase implements JsonpSerializable
Close a point in time. A point in time must be opened explicitly before being used in search requests. The keep_alive parameter tells Elasticsearch how long it should persist. A point in time is automatically closed when the keep_alive period has elapsed. However, keeping points in time has a cost; close them as soon as they are no longer required for search requests.
See Also: