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)