Re: Solr 5.5.2 - Custom Function Query update

2017-09-26 Thread Florian Le Vern
Hi Susheel and Emir, Thanks for your quick help. We are not using SolrCloud mode and the jar wasn't duplicated. My supposition about the jar not being updated initially came from a performance issue that was corrected. The effects were seen on our development environment and not on our testing

Re: Solr 5.5.2 - Custom Function Query update

2017-09-26 Thread Emir Arnautović
Hi Florian, I am guessing that you are running Solr in SolrCloud Mode. Please see https://lucene.apache.org/solr/guide/6_6/adding-custom-plugins-in-solrcloud-mode.html and let us know if this helps.

Re: Solr 5.5.2 - Custom Function Query update

2017-09-25 Thread Susheel Kumar
ignore solr version... On Mon, Sep 25, 2017 at 11:21 AM, Susheel Kumar wrote: > Check if your jar is present at solr-6.0.0/server/solr//lib/ or do > a find under solr directory... > > On Mon, Sep 25, 2017 at 9:59 AM, Florian Le Vern > wrote: >

Re: Solr 5.5.2 - Custom Function Query update

2017-09-25 Thread Susheel Kumar
Check if your jar is present at solr-6.0.0/server/solr//lib/ or do a find under solr directory... On Mon, Sep 25, 2017 at 9:59 AM, Florian Le Vern wrote: > Hi, > > I added a custom Function Query in a jar library that is loaded from the > `solr/data/lib` folder (same

Re: solr 5.5.2 dump threads - threads blocked in org.eclipse.jetty.util.BlockingArrayQueue

2016-09-08 Thread elisabeth benoit
Well, we rekicked the machine with puppet, restarted solr and now it seems ok. dont know what happened. 2016-09-08 11:38 GMT+02:00 elisabeth benoit : > > Hello, > > > We are perf testing solr 5.5.2 (with a limit test, i.e. sending as much > queries/sec as possible) and

Re: Solr 5.5.2 mm parameter not working the same

2016-07-27 Thread elisabeth benoit
oh sorry wrote too fast. had to change the defaultOperator to OR. Elisabeth 2016-07-27 10:11 GMT+02:00 elisabeth benoit : > > Hello, > > We are migrating from solr 4.10.1 to solr 5.5.2, and it seems that the mm > parameter is not working the same anymore. > > In fact,

Re: solr 5.5.2 loadOnStartUp does not work

2016-07-26 Thread elisabeth benoit
Hello, Thanks for your answer. Yes, it seems a little tricky to me. Best regards, Elisabeth 2016-07-25 18:06 GMT+02:00 Erick Erickson : > "Load" is a little tricky here, it means "load the core and open a > searcher. > The core _descriptor_ which is the internal

Re: solr 5.5.2 loadOnStartUp does not work

2016-07-25 Thread Erick Erickson
"Load" is a little tricky here, it means "load the core and open a searcher. The core _descriptor_ which is the internal structure of core.properties (plus some other info) _is_ loaded and is what's used to show the list of available cores. Else how would you even know the core existed? It's not

Re: Solr 5.5.2

2016-05-26 Thread Erick Erickson
Note that <3> is actually not hard at all, the "ant package" target does it all for you. You do need to install ant and a Java JDK, but the rest is pretty automatic, just apply the patch and execute the above target. Details are here in case you get desperate ;)...

Re: Solr 5.5.2

2016-05-26 Thread Nick Vasilyev
Thanks Erik, option 4 is my favorite so far :) On Thu, May 26, 2016 at 2:15 PM, Erick Erickson wrote: > There is no plan to release 5.5.2, development has moved to trunk and > 6.x. Also, while there > is a patch for that JIRA it hasn't been committed even in trunk/6.0.

Re: Solr 5.5.2

2016-05-26 Thread Erick Erickson
There is no plan to release 5.5.2, development has moved to trunk and 6.x. Also, while there is a patch for that JIRA it hasn't been committed even in trunk/6.0. So I think your choices are: 1> find a work-around 2> see about moving to Solr 6.0.1 (in release process now), assuming that it