Hello,
I'm trying to search for documents in which a description field contains the value of a name field (from another document). I tried to do a Regex query as following :
It returns me interesting documents, that fit my need. the problem is that i created a document that contains "python3" in the description, and i made sure there was a document named "python3" as well. This query doesn't return this document, so i obviously missed something.
Any idea how to fix this ?
My index contains a list of softwares and a list of CVE, I need to compare the software's name with CVE's description.
I figured out this morning that the documents returned by this query were just CVE that had a field named "name" (even though the mapping was different), containing a word in common with the description.
I guess I have to do the script outside kibana.
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.