Re: Arabic words search in solr

2017-02-20 Thread mohanmca01
Hi Steve, I changed ICU folding filter order and re-index entire Arabic content. But still problem is present. I am not able to get the expected result. I attached screen shot for your references.

SSL Problem solr 6.4.1 - Error from shard - ADDREPLICA failed to create replica

2017-02-20 Thread Marcel Berteler
We are trying to get SOLR 6.4.1 to run on a windows 10 server, but for some reason it just does not want to function properly. On my personal win7 machine, it works like a dream. We configured SOLR to use SSL and run on port 443 on localhost in cloud mode, using the build-in Zookeeper. All is

jetty qtp thread many

2017-02-20 Thread alias
I started solr, the default use jetty container, but I look through jmx, found a lot of jetty qtp thread, why? When I do stress tests, Total waiting is getting bigger Name: qtp1209271652-17 Status: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@39bc254b on TIMED_WAITING

CPU Intensive Scoring Alternatives

2017-02-20 Thread Fuad Efendi
Hello, Default TF-IDF performs poorly with the indexed 200 millions documents. Query "Michael Jackson" may run 300ms, and "Michael The Jackson" over 3 seconds. eDisMax. Because default operator "OR" and stopword "The" we have 50-70 millions documents as a query result, and scoring is CPU

Re: Sorl 6 with jetty issues

2017-02-20 Thread ~$alpha`
Face similar issue on solr 6.1.0 -- View this message in context: http://lucene.472066.n3.nabble.com/Sorl-6-with-jetty-issues-tp4321291p4321308.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Sorl 6 with jetty issues

2017-02-20 Thread Walter Underwood
Use Solr 6.3.0. For us, 6.4.x is using about 10X as much CPU under heavy query load. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Feb 20, 2017, at 5:11 AM, Michael Kuhlmann wrote: > > This may be related to SOLR-10130. > > Am

Re: Sorl 6 with jetty issues

2017-02-20 Thread Michael Kuhlmann
This may be related to SOLR-10130. Am 20.02.2017 um 14:06 schrieb ~$alpha`: > Issues with solr settings while migrating from solr 4.0 to solr6.0. > > Issue Faced: My CPU consumption goes to unacceptable levels. ie. load on > solr4.0 is between 6 to 10 while the load on solr 6 reaches 100 and

Sorl 6 with jetty issues

2017-02-20 Thread ~$alpha`
Issues with solr settings while migrating from solr 4.0 to solr6.0. Issue Faced: My CPU consumption goes to unacceptable levels. ie. load on solr4.0 is between 6 to 10 while the load on solr 6 reaches 100 and since its the production i rolled back quickly. My Solr4 setting - Running on tomcat

Re: Select TOP 10 items from Solr Query

2017-02-20 Thread Emir Arnautovic
Json facets also have subfacets: http://yonik.com/solr-subfacets/ (check if something changed in version that you use) Emir On 20.02.2017 10:42, Zheng Lin Edwin Yeo wrote: Hi Emir, Thanks for your suggestion. But I'm not sure if this could work, as I'm using JSON Facet and not the normal

Re: Select TOP 10 items from Solr Query

2017-02-20 Thread Zheng Lin Edwin Yeo
Hi Emir, Thanks for your suggestion. But I'm not sure if this could work, as I'm using JSON Facet and not the normal faceting. Regards, Edwin On 20 February 2017 at 17:24, Emir Arnautovic wrote: > Hi Edwin, > > I am also bit confused but, it seems to me that you

Re: Select TOP 10 items from Solr Query

2017-02-20 Thread Emir Arnautovic
Hi Edwin, I am also bit confused but, it seems to me that you could achieve what you need with pivot faceting: https://cwiki.apache.org/confluence/display/solr/Faceting#Faceting-Pivot(DecisionTree)Faceting HTH, Emir On 18.02.2017 08:46, Zheng Lin Edwin Yeo wrote: Although I have nested