<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How to search and remove null values in elastic search index using nifi in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-search-and-remove-null-values-in-elastic-search-index/m-p/226889#M188749</link>
    <description>&lt;P&gt;Your schema says that null values are allowed. If you don't want to allow nulls for particular fields, try a ValidateRecord processor using a schema that does not allow null values for the desired fields. I can't remember whether the "non-null" schema would be set on the Reader or Writer for ValidateRecord, but I believe it is the Reader. In that case, use the current schema (that allows nulls) for the Writer so the valid and invalid records can be output from the processor. Then you can send the "valid" relationship to the Elasticsearch processor, and handle the flowfiles/records on the "invalid" relationship however you choose.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Apr 2018 03:02:41 GMT</pubDate>
    <dc:creator>mburgess</dc:creator>
    <dc:date>2018-04-27T03:02:41Z</dc:date>
  </channel>
</rss>

