Hello,
I am new to Elasticsearch and currently I am exploring workplace search. I have created couple of documents to search for.
I am wondering why my search is showing multiple results?
My documents has partnumber (unique) and description and few other fields such as OE number, weight and vehicle names.
When I search by unique partnumber = 601391 I was expecting one result. But It shows all products that starts with 60.
Am I missing something? Please help me understand.
Good question. The first thing to understand is that Workplace Search currently biases towards high recall over high precision. This means that we return any documents that even match a little bit of your query, as opposed to only returning a document that matches every part of your query. This is usually "ok", because we still attempt to sort the large number of results by the best fit. Does your exact-match document come back as the top result?
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.