Vijaya Gorla created NIFI-14351:
-----------------------------------
Summary: Paginated Elasticsearch processors with pagination type
search_after must not have a query expiry time
Key: NIFI-14351
URL: https://issues.apache.org/jira/browse/NIFI-14351
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 2.2.0
Reporter: Vijaya Gorla
Currently a query expiration behavior has been implemented for paginated
Elasticsearch processors using any pagination type ({{SCROLL}} /
{{POINT_IN_TIME}} / {{SEARCH_AFTER}}). However {{SEARCH_AFTER}} queries do not
expire at Elasticsearch level hence the query expiration behavior should be
removed when pagination type is {{SEARCH_AFTER}}.
https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#search-after
--
This message was sent by Atlassian Jira
(v8.20.10#820010)