I’m discovering ElasticSearch and I really don’t know how to find this kind of feature in the ES documentation.
My goal is to add extra-fields to the result of a query ; the extra-fields being themselves a response of another query.
For instance, I have Ads and I want to add an extra-field such as {car : true} if the Ad description contains the word "car".
I guess it's possible as the Script Field feature almost do that.
Indeed I'm pretty sure it's all about that, you're right, but do you know if I can do that with a Query ?
To be clear, can I run a "match_phrase" with fuzzy for typos, levenstein distance... instead of a "IndexOf" like this ?
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.