Re: solrcloud Auto-commit doesn't seem reliable

2018-03-21 Thread Elaine Cario
I'm just catching up on reading solr emails, so forgive me for being late to this dance I've just gone through a project to enable CDCR on our Solr, and I also experienced a small period of time where the commits on the source server just seemed to stop. This was during a period of intense

Re: Some performance questions....

2018-03-21 Thread Deepak Goel
Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Mon, Mar 19, 2018 at 2:40 AM, Walter Underwood wrote: > > On

Re: Some performance questions....

2018-03-21 Thread Deepak Goel
Deepak "Please stop cruelty to Animals, help by becoming a Vegan" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" On Sat, Mar 17, 2018 at 2:56 AM, Shawn Heisey wrote: > On

Re: Get terms in solr not working

2018-03-21 Thread Joel Bernstein
Also what is the use case? What do you plan to do with terms? There may be other approaches that will work better then the terms query. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Mar 21, 2018 at 9:28 AM, Erick Erickson wrote: > We need a lot more information.

Re: Upgrading a Plugin from 6.6 to 7.x

2018-03-21 Thread Atita Arora
Hi Peter, *(Sorry for the earlier incomplete email - I hit send by mistake)* I haven't really been able to look into it completely , but my first glance says , it should be because the method signature has changed. Iam looking here : https://lucene.apache.org/core/7_0_0/core/org/apache/

Re: Upgrading a Plugin from 6.6 to 7.x

2018-03-21 Thread Atita Arora
Hi Peter, I haven't really been able to look into it completely , but my first glance says , it should be because the method signature has changed. Iam looking here : https://lucene.apache.org/core/7_0_0/core/org/apache/lucene/search/Query.html createWeight

Re: Get terms in solr not working

2018-03-21 Thread Erick Erickson
We need a lot more information. What is the exact query you're using? Is 100M the number of docs? How many terms are in the field? On Tue, Mar 20, 2018 at 10:39 PM, adam rag wrote: > To get top words in my Apache Solr instance, I am using "terms" query. When > I try it to

Re: Solr main replica down, another replica taking over

2018-03-21 Thread Shawn Heisey
On 3/21/2018 12:04 AM, Midas A wrote: We want to send less traffic over virtual machines and more on physical servers . How can we achieve this At the moment, I do not know of any functionality in SolrCloud to accomplish this goal.  As I mentioned before, there is work underway to make it

Upgrading a Plugin from 6.6 to 7.x

2018-03-21 Thread Peter Alexander Kopciak
Hi! I'm still pretty new to Solr and I want to use the vector Scoring plugin ( https://github.com/saaay71/solr-vector-scoring/network) but unfortunately, it does not seem to work for newer Solr versions. I tested it with 6.6 to verify its functionality, so it seems to be broken because of the

Get terms in solr not working

2018-03-21 Thread adam rag
To get top words in my Apache Solr instance, I am using "terms" query. When I try it to get 10 terms in 100 million of data, the data are fetching after a few minutes, But if the data is 300 million the Solr is not responding. My server memory is 100 GB.

Re: Solr main replica down, another replica taking over

2018-03-21 Thread Midas A
Thanks Shawn, We want to send less traffic over virtual machines and more on physical servers . How can we achieve this On Wed, Mar 21, 2018 at 11:02 AM, Shawn Heisey wrote: > On 3/20/2018 11:18 PM, Midas A wrote: > >> I have one question here >> a) solr cloud load balance