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

[ANNOUNCE] Apache Solr 8.1.1 released

2019-05-28 Thread Andrzej Białecki
## 28 May 2019, Apache Solr™ 8.1.1 available The Lucene PMC is pleased to announce the release of Apache Solr 8.1.1 Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted

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

Re: JapaneseAnalyzer's system vs user dict

2019-05-28 Thread Namgyu Kim
Hi Tomoko :D Thank you for your reply and listening to my thinking. And I didn't know this question is old. Of course, I want to participate in the LUCENE-8816 issue. I think this issue will take some time. I'll check it. Warm regards, Namgyu Kim On Tue, May 28, 2019 at 10:43 PM Tomoko Uchida

Re: JapaneseAnalyzer's system vs user dict

2019-05-28 Thread Tomoko Uchida
Hi guys, I just created an issue related to this thread. Decouple Kuromoji's morphological analyser and its dictionary https://issues.apache.org/jira/browse/LUCENE-8816 The problem discussed here is essentially within the current architecture of Kuromoji (and Nori), "jar bundled system dictionar

Re: Question about Lucene in my project ..

2019-05-28 Thread Adrien Grand
Hi John, I heard of many users who used Lucene for this use-case, it's definitely a valid one. Indexes are stored mostly on disk, with a tiny part of them being held in memory to guarantee good access speed. Lucene supports both inverted indexes and KD trees up to 8 dimensions. Lookup, sorting an