Currently we have the aggregation method only level per Field. (average or min max or etc. ).
In my case it is not correct method because of result of such kind of aggregation (average or min .. max.. etc ) is the mathematical avg values per fields but not per total values .
But in my case each Field is painless formula. I need other method : for correct calculation I need to summarize per index all the components of the formula in scripted fields i have and than calculate scripted field formula using summ/tatl of each field..
Could you help me with this solution .
In case it is possible please share how to do it ?
Thank you in advance.
If do you have some questions , please feel free to ask me
But it`s logic for not what i realy need. I need :
ULIpThruAvg = (8*SUMM(doc['ULIpThruVol (kbytes)'].value) /SUMM ( doc['ULIpThruTime (TTI)'].value)); return ULIpThruAvg;
How to do it ?
SUMM () means for full index (all documents in index) or for selected Time Range (yesterday and etc... )
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.