Skip navigation links
A B C D E F G H I N O P R S T U V W 

A

add(IndexOperationRequest, Map<String, String>) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Index a document.
aggregations - Variable in class org.apache.nifi.elasticsearch.SearchResponse
 
ALWAYS_SUPPRESS - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
API_KEY - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
API_KEY_ID - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
AUTHORIZATION_SCHEME - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
AuthorizationScheme - Enum in org.apache.nifi.elasticsearch
 
AuthorizationScheme(String, String) - Constructor for enum org.apache.nifi.elasticsearch.AuthorizationScheme
 

B

bulk(List<IndexOperationRequest>, Map<String, String>) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Bulk process multiple documents.

C

CHARSET - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
COMPRESSION - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
CONNECT_TIMEOUT - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
count(String, String, String, Map<String, String>) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Count the documents that match the criteria.

D

deleteById(String, String, String, Map<String, String>) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Delete a document by its ID from an index.
deleteById(String, String, List<String>, Map<String, String>) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Delete multiple documents by ID from an index.
deleteByQuery(String, String, String, Map<String, String>) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Delete documents by query.
DeleteOperationResponse - Class in org.apache.nifi.elasticsearch
 
DeleteOperationResponse(long) - Constructor for class org.apache.nifi.elasticsearch.DeleteOperationResponse
 
deletePointInTime(String) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Delete a Point in Time.
deleteScroll(String) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Delete a Scroll.
description - Variable in enum org.apache.nifi.elasticsearch.AuthorizationScheme
 
displayName - Variable in enum org.apache.nifi.elasticsearch.AuthorizationScheme
 
documentExists(String, String, String, Map<String, String>) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Check whether a document exists.
dynamicTemplates - Variable in class org.apache.nifi.elasticsearch.IndexOperationRequest
 

E

elastic - Variable in exception org.apache.nifi.elasticsearch.ElasticsearchException
 
ELASTIC_ERROR_NAMES - Static variable in exception org.apache.nifi.elasticsearch.ElasticsearchException
These are names of common Elasticsearch exceptions where it is safe to assume that it's OK to retry the operation instead of just sending it to an error relationship.
ElasticSearchClientService - Interface in org.apache.nifi.elasticsearch
 
ElasticsearchException - Exception in org.apache.nifi.elasticsearch
 
ElasticsearchException(Exception) - Constructor for exception org.apache.nifi.elasticsearch.ElasticsearchException
 
exists(String, Map<String, String>) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Check whether an index exists.

F

fields - Variable in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
forValue(String) - Static method in enum org.apache.nifi.elasticsearch.IndexOperationRequest.Operation
 
fromJsonResponse(String) - Static method in class org.apache.nifi.elasticsearch.IndexOperationResponse
 

G

get(String, String, String, Map<String, String>) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Get a document by ID.
getAggregations() - Method in class org.apache.nifi.elasticsearch.SearchResponse
 
getDescription() - Method in enum org.apache.nifi.elasticsearch.AuthorizationScheme
 
getDisplayName() - Method in enum org.apache.nifi.elasticsearch.AuthorizationScheme
 
getDynamicTemplates() - Method in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
getFields() - Method in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
getHeaderFields() - Method in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
getHits() - Method in class org.apache.nifi.elasticsearch.SearchResponse
 
getId() - Method in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
getIndex() - Method in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
getItems() - Method in class org.apache.nifi.elasticsearch.IndexOperationResponse
 
getNumberOfHits() - Method in class org.apache.nifi.elasticsearch.SearchResponse
 
getOperation() - Method in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
getPitId() - Method in class org.apache.nifi.elasticsearch.SearchResponse
 
getScript() - Method in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
getScrollId() - Method in class org.apache.nifi.elasticsearch.SearchResponse
 
getSearchAfter() - Method in class org.apache.nifi.elasticsearch.SearchResponse
 
getTook() - Method in class org.apache.nifi.elasticsearch.DeleteOperationResponse
 
getTook() - Method in class org.apache.nifi.elasticsearch.IndexOperationResponse
 
getTook() - Method in interface org.apache.nifi.elasticsearch.OperationResponse
 
getTook() - Method in class org.apache.nifi.elasticsearch.SearchResponse
 
getTook() - Method in class org.apache.nifi.elasticsearch.UpdateOperationResponse
 
getTransitUrl(String, String) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Build a transit URL to use with the provenance reporter.
getType() - Method in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
getValue() - Method in enum org.apache.nifi.elasticsearch.AuthorizationScheme
 
getValue() - Method in enum org.apache.nifi.elasticsearch.IndexOperationRequest.Operation
 
getWarnings() - Method in class org.apache.nifi.elasticsearch.SearchResponse
 

H

hasErrors - Variable in class org.apache.nifi.elasticsearch.IndexOperationResponse
 
hasErrors() - Method in class org.apache.nifi.elasticsearch.IndexOperationResponse
 
headerFields - Variable in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
hits - Variable in class org.apache.nifi.elasticsearch.SearchResponse
 
HTTP_HOSTS - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 

I

id - Variable in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
index - Variable in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
IndexOperationRequest - Class in org.apache.nifi.elasticsearch
A POJO that represents an "operation on an index".
IndexOperationRequest(String, String, String, Map<String, Object>, IndexOperationRequest.Operation, Map<String, Object>, boolean, Map<String, Object>, Map<String, String>) - Constructor for class org.apache.nifi.elasticsearch.IndexOperationRequest
 
IndexOperationRequest.Operation - Enum in org.apache.nifi.elasticsearch
 
IndexOperationResponse - Class in org.apache.nifi.elasticsearch
 
IndexOperationResponse(long) - Constructor for class org.apache.nifi.elasticsearch.IndexOperationResponse
 
initialisePointInTime(String, String) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Initialise a Point in Time for paginated queries.
isElastic() - Method in exception org.apache.nifi.elasticsearch.ElasticsearchException
 
isNotFound() - Method in exception org.apache.nifi.elasticsearch.ElasticsearchException
 
isScriptedUpsert() - Method in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
isTimedOut() - Method in class org.apache.nifi.elasticsearch.SearchResponse
 
items - Variable in class org.apache.nifi.elasticsearch.IndexOperationResponse
 

N

NEVER_SUPPRESS - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
NODE_SELECTOR - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
NODE_SELECTOR_ANY - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
NODE_SELECTOR_SKIP_DEDICATED_MASTERS - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
notFound - Variable in exception org.apache.nifi.elasticsearch.ElasticsearchException
 
numberOfHits - Variable in class org.apache.nifi.elasticsearch.SearchResponse
 

O

OBJECT_MAPPER - Static variable in class org.apache.nifi.elasticsearch.IndexOperationResponse
 
operation - Variable in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
Operation(String) - Constructor for enum org.apache.nifi.elasticsearch.IndexOperationRequest.Operation
 
OperationResponse - Interface in org.apache.nifi.elasticsearch
 
org.apache.nifi.elasticsearch - package org.apache.nifi.elasticsearch
 

P

PASSWORD - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
PATH_PREFIX - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
pitId - Variable in class org.apache.nifi.elasticsearch.SearchResponse
 
PROP_SSL_CONTEXT_SERVICE - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
PROXY_CONFIGURATION_SERVICE - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 

R

refresh(String, Map<String, String>) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Refresh index/indices.
RETRY_TIMEOUT - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Deprecated.
this setting is no longer used and will be removed in a future version. Property retained for now to prevent existing Flows with this processor from breaking upon upgrade.

S

script - Variable in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
scriptedUpsert - Variable in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
scroll(String) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Retrieve next page of results from a Scroll.
scrollId - Variable in class org.apache.nifi.elasticsearch.SearchResponse
 
search(String, String, String, Map<String, String>) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Perform a search using the JSON DSL.
searchAfter - Variable in class org.apache.nifi.elasticsearch.SearchResponse
 
SearchResponse - Class in org.apache.nifi.elasticsearch
 
SearchResponse(List<Map<String, Object>>, Map<String, Object>, String, String, String, int, int, boolean, List<String>) - Constructor for class org.apache.nifi.elasticsearch.SearchResponse
 
SEND_META_HEADER - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
SNIFF_CLUSTER_NODES - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
SNIFF_ON_FAILURE - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
SNIFFER_FAILURE_DELAY - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
SNIFFER_INTERVAL - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
SNIFFER_REQUEST_TIMEOUT - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
SOCKET_TIMEOUT - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
STRICT_DEPRECATION - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 
SUPPRESS_NULLS - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 

T

timedOut - Variable in class org.apache.nifi.elasticsearch.SearchResponse
 
took - Variable in class org.apache.nifi.elasticsearch.DeleteOperationResponse
 
took - Variable in class org.apache.nifi.elasticsearch.IndexOperationResponse
 
took - Variable in class org.apache.nifi.elasticsearch.SearchResponse
 
took - Variable in class org.apache.nifi.elasticsearch.UpdateOperationResponse
 
toString() - Method in class org.apache.nifi.elasticsearch.DeleteOperationResponse
 
toString() - Method in class org.apache.nifi.elasticsearch.IndexOperationRequest
 
toString() - Method in class org.apache.nifi.elasticsearch.IndexOperationResponse
 
toString() - Method in class org.apache.nifi.elasticsearch.SearchResponse
 
type - Variable in class org.apache.nifi.elasticsearch.IndexOperationRequest
 

U

updateByQuery(String, String, String, Map<String, String>) - Method in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
Update documents by query.
UpdateOperationResponse - Class in org.apache.nifi.elasticsearch
 
UpdateOperationResponse(long) - Constructor for class org.apache.nifi.elasticsearch.UpdateOperationResponse
 
USERNAME - Static variable in interface org.apache.nifi.elasticsearch.ElasticSearchClientService
 

V

value - Variable in enum org.apache.nifi.elasticsearch.IndexOperationRequest.Operation
 
valueOf(String) - Static method in enum org.apache.nifi.elasticsearch.AuthorizationScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.elasticsearch.IndexOperationRequest.Operation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.nifi.elasticsearch.AuthorizationScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.elasticsearch.IndexOperationRequest.Operation
Returns an array containing the constants of this enum type, in the order they are declared.

W

warnings - Variable in class org.apache.nifi.elasticsearch.SearchResponse
 
A B C D E F G H I N O P R S T U V W 
Skip navigation links

Copyright © 2023 Apache NiFi Project. All rights reserved.