Re: ElasticSearch Query Relevancy

2019-05-28 Thread Namgyu Kim
Hi Alicia, I do not know it will help but I answer. The query will search the *"Term"* in the Index. When developer uses Elasticsearch first time, they confuse Full text queries with Term level queries much. These two are very different. Please check. Full text queries : https://www.elastic.co/g

Re: ElasticSearch Query Relevancy

2019-05-28 Thread Doug Turnbull
Hi Alica, You might want to ask your question at the Elasticsearch mailing list ( http://discuss.elastic.co) or at Magento's (https://community.magento.com/). Because Lucene is really just a library, with an very open-ended way of doing document scoring that could mix in any number of ways of doin

ElasticSearch Query Relevancy

2019-05-28 Thread Alicia Watkinson
Hello, We have recently configured Magento 2 with ElasticSuite, however our search logic does not match expected behaviour. After reading through countless documents, I have been unable to find any answers as to the logic behind search result relevancy, or how a search query is matched and ran