RE: Solr ssl issue while creating collection

2017-12-29 Thread Sundaram, Dinesh
Thanks Erick for your valuable reply. Much Appreciated !!! Dinesh Sundaram MBS Platform Engineering Mastercard -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Friday, December 15, 2017 5:17 PM To: solr-user Subject: Re: Solr ssl issue while creating col

Re: With 100% CPU usage giving out of memory exception and solr is not responding

2017-12-29 Thread Toke Eskildsen
prathap wrote: > ERROR - 2017-12-21 08:39:13.326; org.apache.solr.common.SolrException; > null:java.lang.RuntimeException: java.lang.OutOfMemoryError: GC overhead > limit exceeded ... > INFO - 2017-12-21 08:43:43.351; org.apache.solr.core.SolrCore; > [SA_PROD_SPK_QC] webapp=/solr path=/select > p

Re: Enable default wildcard search

2017-12-29 Thread Mikhail Khludnev
Right. Sticking to index only processing here should resolve false matches to 3116 by [3115]. The log should have OutOfMemoryError: heap blah or something. That's the cause. On Fri, Dec 29, 2017 at 5:27 PM, Siarhei Chystsiakou wrote: > Thank you for your answer. > > I tried to use EdgeNGram und

Re: Enable default wildcard search

2017-12-29 Thread Siarhei Chystsiakou
Hi Rick! Yes, as soon as I get the required result I'll definitely publish it on GitHub. Dovecot default scheme doesn't suit me, when I use it the search works according to the full word, but I want to make it wildcard search. I don't have the solution. Hope the this group will help me. 2017-12-

Re: Enable default wildcard search

2017-12-29 Thread Rick Leir
Siarhei: Will you be putting up your system at github? I would like to Solr-ize my dovecot. Maybe you saw this already: https://github.com/dovecot/core/blob/master/doc/solr-schema.xml https://github.com/dovecot/core/blob/master/src/plugins/fts-solr/solr-connection.c https://github.com/dovecot/c

With 100% CPU usage giving out of memory exception and solr is not responding

2017-12-29 Thread prathap
ERROR - 2017-12-21 08:39:13.326; org.apache.solr.common.SolrException; null:java.lang.RuntimeException: java.lang.OutOfMemoryError: GC overhead limit exceeded at org.apache.solr.servlet.SolrDispatchFilter.sendError(SolrDispatchFilter.java:793) at org.apache.solr.servlet.SolrDispatch

Re: Enable default wildcard search

2017-12-29 Thread Siarhei Chystsiakou
Thank you for your answer. I tried to use EdgeNGram under the same settings the same problem emerged, the search was not exactly correct. For instance, I need to find the figure 311570, I enter 3115 into the search bar, in the result I get all the figures that start from 311 and not 3115. Shou

Re: SOLR 7.2 and LTR

2017-12-29 Thread Dariusz Wojtas
I have declared the rerank query parser and executed it. Works under 7.1, but does not work under 7.2. The same copied config file. Under 7.2 I receive the same exception "rq parameter must be a RankQuery" as for ltr. And I am sure I've declared it correctly, because in 7.1 it even complained if I

Re: SOLR 7.2 and LTR

2017-12-29 Thread Diego Ceccarelli (BLOOMBERG/ LONDON)
Dariusz, does the rerank query work? From: solr-user@lucene.apache.org At: 12/28/17 22:25:28To: solr-user@lucene.apache.org Subject: Re: SOLR 7.2 and LTR Yes, this could be SOLR-11501. But from the description in the ticket I see no option to run LTR, unless I am missing something. I have the