| Modifier and Type | Method and Description |
|---|---|
DeleteOperationResponse |
ElasticSearchClientService.deleteById(String index,
String type,
List<String> ids,
Map<String,String> requestParameters)
Delete multiple documents by ID from an index.
|
DeleteOperationResponse |
ElasticSearchClientService.deleteById(String index,
String type,
String id,
Map<String,String> requestParameters)
Delete a document by its ID from an index.
|
DeleteOperationResponse |
ElasticSearchClientService.deleteByQuery(String query,
String index,
String type,
Map<String,String> requestParameters)
Delete documents by query.
|
DeleteOperationResponse |
ElasticSearchClientService.deletePointInTime(String pitId)
Delete a Point in Time.
|
DeleteOperationResponse |
ElasticSearchClientService.deleteScroll(String scrollId)
Delete a Scroll.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.