and a field value like this.is.a.dotted.string should produce ["this", "is", "a", "dotted", "string"]
What it actually produces is ["this.is.a.dotted.string"] ie. It does convert it into an array, but it doesn't actually split it. So i get string => array with original string as only element.
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.