This has also been reported by other people here in the discuss section of elasticsearch.
See: Here And here
In both cases there was nothing really found out about why this is causing problems or even how it came about.
The reason I am bringing this up is that it is affecting the relevancy scores of documents and not finding the actual result expected. Or in the cases of one of the links above the name of the field was not being recognized.
Has anyone else seen this, or found out what is causing those red dots?
Could this be from encoding differences? I use the javascript elasticsearch client to insert the data in the indexes. Javascript uses UTF-16 when storing string and elasticsearch uses UTF-8 correct?
When I copy the text with the red dot the dot becomes a space (which is what it should be in this case) when I paste it somewhere else outside of the Dev Tools of Kibana (Visual Studio Code for example).
The elasticsearch and kibana versions are 7.7.0. I'll post some sample data as soon as I can.
And yes I'm also suspecting that the space could have been poorly encoded. I'll keep trying to figure something out here (although I'm no encoding expert either).
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.