Is there an exponential operator in painless? I see that both ** and ^ don't work.
Also, is there a good collection of mathematical functions I can use with painless when I need to do non-trivial computations?
Is there an exponential operator in painless? I see that both ** and ^ don't work.
Also, is there a good collection of mathematical functions I can use with painless when I need to do non-trivial computations?
Painless is essentially java syntax. The java Math library is available; I would start there.
Wonderful! Thanks. the Math library from Java has pretty much everything I need 
© 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.