You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2014/02/24 15:57:21 UTC

[jira] [Created] (CONNECTORS-902) ElasticSearch connector should transmit null value for security fields

Karl Wright created CONNECTORS-902:
--------------------------------------

             Summary: ElasticSearch connector should transmit null value for security fields
                 Key: CONNECTORS-902
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-902
             Project: ManifoldCF
          Issue Type: Improvement
          Components: Elastic Search connector, ElasticSearch component
    Affects Versions: ManifoldCF 1.6
            Reporter: Karl Wright
            Assignee: Karl Wright
             Fix For: ManifoldCF 1.6


The ElasticSearch connector currently transmits a specific null value for security fields that have no data.  Instead, I'm told that the proper way to do it is to have people declare a "null_value" property in ElasticSearch configuration, and transmit JSON that specifies the missing fields but includes a value of null, e.g.:

{ "field" : null }





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)