You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Ryan (Jira)" <ji...@apache.org> on 2023/04/12 08:25:00 UTC

[jira] [Assigned] (NIFI-11430) Elasticsearch Paginated Query processor empty hits and extraction issues

     [ https://issues.apache.org/jira/browse/NIFI-11430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan reassigned NIFI-11430:
---------------------------

    Assignee: Ryan

> Elasticsearch Paginated Query processor empty hits and extraction issues
> ------------------------------------------------------------------------
>
>                 Key: NIFI-11430
>                 URL: https://issues.apache.org/jira/browse/NIFI-11430
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 1.20.0
>            Reporter: Ryan
>            Assignee: Ryan
>            Priority: Major
>
> If you use the PaginatedJsonQueryProcessor with the following settings 
> |el-rest-split-up-hits|PER_QUERY|
> |el-rest-pagination-type|POINT_IN_TIME  !https://nifi.apache.org/docs/nifi-docs/html/images/iconInfo.png!|
> |el-rest-output-no-hits|true|
> If you run the processor and hits are returned it outputs 2 flow files, 1 with the query hits and the other that is empty which is incorrect, it should return only 1 flow file that contains hits.
>  
> -------
>  
> If you use the PaginatedJsonQueryProcessor with the following settings 
> |el-rest-split-up-hits|PER_QUERY|
> |el-rest-pagination-type|POINT_IN_TIME  |
> |el-rest-output-no-hits|true|
> |el-rest-format-hits|SOURCE_ONLY|
> or
> |el-rest-split-up-hits|PER_QUERY|
> |el-rest-pagination-type|POINT_IN_TIME  |
> |el-rest-output-no-hits|true|
> |el-rest-format-hits|METADATA_ONLY|
> If you run the processor and hits are returned it does not extract either _source or _metadata



--
This message was sent by Atlassian Jira
(v8.20.10#820010)