Is there a split function available in painless that would split fields that have values like /a/b/c/ for / and store a,b and c in a string array?
You should be able to use the java API within painless.
/\./.split(any_string);
Is there a split function available in painless that would split fields that have values like /a/b/c/ for / and store a,b and c in a string array?
You should be able to use the java API within painless.
/\./.split(any_string);
© 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.