That can be handled by adding a scripted field called Field4_SF as follow then use it with sum in your data table
if( !doc['t.Field4'].empty && doc['t.Field4']) {
return 1;
} else return 0;
That can be handled by adding a scripted field called Field4_SF as follow then use it with sum in your data table
if( !doc['t.Field4'].empty && doc['t.Field4']) {
return 1;
} else return 0;
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.