Re: REBALANCELEADERS is not reliable

2019-01-08 Thread Erick Erickson
It's weirder than that. In the current test on master, the assumption is that the node recorded as leader in ZK is actually the leader, see TestRebalanceLeaders.checkZkLeadersAgree(). The theory is that the identified leader node in ZK is actually the leader after the rebalance command. But you're

Re: Solr relevancy score different on replicated nodes

2019-01-08 Thread Erick Erickson
bq. Shouldn't both replica and leader come to same state after this much long period. No. After that long, the docs will be the same, all the docs present on one replica will be present and searchable on the other. However, they will be in different segments so the "stats skew" will remain. But d

Re: Solr code base setup

2019-01-08 Thread Erick Erickson
This link seems to be temporarily down, please check it as time passes: https://www.wiki.apache.org/solr/HowToContribute This one also gets you startedhttps://wiki.apache.org/lucene-java/HowToContribute In short: Get the source code. Install Apache Ant In the parent directory execute the ant ta

Re: Questions for SynonymGraphFilter and WordDelimiterGraphFilter

2019-01-08 Thread Wei
bump.. On Mon, Jan 7, 2019 at 11:53 AM Wei wrote: > Thanks Thomas. You mentioned "Also there is no need for the > FlattenGraphFilter", that's quite interesting because the Solr > documentation says it's mandatory for indexing: > https://lucene.apache.org/solr/guide/7_6/filter-descriptions.html.

Fwd: Setting Solr Home via installation script

2019-01-08 Thread Stephon Harris
Seeing if anyone has any thoughts on this again. -- Forwarded message - From: Stephon Harris Date: Mon, Jan 7, 2019 at 10:05 AM Subject: Setting Solr Home via installation script To: I am trying to install solr as a service so that when a restart takes place the solr home dire

Re: SolrCloud 6.5.1 Stability/Recovery Issues

2019-01-08 Thread Shawn Heisey
On 1/8/2019 12:12 PM, Johnston, Charlie wrote: We have been using Solr 6.5.1 leveraging SolrCloud backed by ZooKeeper for a multi-client, multi-node cluster for several months now and have been having a few stability/recovery issues we’d like to confirm if they are fixed in Solr 7 or not. We r

Re: Inverted index and forward index in Solr shrading

2019-01-08 Thread Shawn Heisey
On 1/8/2019 10:34 AM, Rajdeep Sahoo wrote: Can any explain me what is inverted index and forward index used in solr shrading . Is there any resource from where I can find some knowledge about this. Most of Solr's functionality is provided by Lucene, which is a Java-based programming API that p

Re: Tool to format the solr query for easier reading?

2019-01-08 Thread Jan Høydahl
I find myself doing exactly the same, so such a tool would be wonderful. I sometimes use the Solr Query Debugger Chrome plugin but that does not help with decoding the q parameter, only to more easil

SolrCloud 6.5.1 Stability/Recovery Issues

2019-01-08 Thread Johnston, Charlie
Hi, We have been using Solr 6.5.1 leveraging SolrCloud backed by ZooKeeper for a multi-client, multi-node cluster for several months now and have been having a few stability/recovery issues we’d like to confirm if they are fixed in Solr 7 or not. We run 3 large Solr nodes in the cluster (each w

Solr block join

2019-01-08 Thread Rajdeep Sahoo
What is the use of block join in solr

Solr code base setup

2019-01-08 Thread Rajdeep Sahoo
How can I set up code Base and do the changes.

Inverted index and forward index in Solr shrading

2019-01-08 Thread Rajdeep Sahoo
Can any explain me what is inverted index and forward index used in solr shrading . Is there any resource from where I can find some knowledge about this.

Re: Solr relevancy score different on replicated nodes

2019-01-08 Thread Ashish Bisht
Thank you Erick for explaining. In my senario, I stopped indexing and updates too and waited for 1 day. Restarted solr too.Shouldn't both replica and leader come to same state after this much long period. As you said this gets corrected by segment merging, hope it is internal process itself and n

SV: SV: Tool to format the solr query for easier reading?

2019-01-08 Thread Hullegård , Jimi
I tried it now (but I had to install it from the official chrome store, the link from your blog didn't work). But the only formatting it seems to be doing is adding a line break after each "OR", which doesn't help much. Although, to be fair, the plugin is still "Evaluating..." my query, so in t

Re: REBALANCELEADERS is not reliable

2019-01-08 Thread Bernd Fehling
Hi Erick, after some more hours of debugging the rough result is, who ever invented this leader election did not check if an action returns the estimated result. There are only checks for exceptions, true/false, new sequence numbers and so on, but never if a leader election to the preferredleader

Re: SV: Tool to format the solr query for easier reading?

2019-01-08 Thread Charlie Hull
On 08/01/2019 09:20, Hullegård, Jimi wrote: Hi Charlie, Care to elaborate on that a little? I can't seem to find any tool in that blog entry that formats a given solr query. What tool did you have in mind? Hi Jimi, I recalled that the Chrome plugin would do this, obviously it's not a perfec

Re: SV: Tool to format the solr query for easier reading?

2019-01-08 Thread Charlie Hull
On 08/01/2019 09:20, Hullegård, Jimi wrote: Hi Charlie, Care to elaborate on that a little? I can't seem to find any tool in that blog entry that formats a given solr query. What tool did you have in mind? This also does some basic URL splitting: https://www.freeformatter.com/url-parser-quer

SV: Tool to format the solr query for easier reading?

2019-01-08 Thread Hullegård , Jimi
Hi Charlie, Care to elaborate on that a little? I can't seem to find any tool in that blog entry that formats a given solr query. What tool did you have in mind? /Jimi -Ursprungligt meddelande- Från: Charlie Hull Skickat: den 8 januari 2019 15:55 Till: solr-user@lucene.apache.org Ämne:

Re: Tool to format the solr query for easier reading?

2019-01-08 Thread Charlie Hull
On 08/01/2019 04:33, Hullegård, Jimi wrote: Hi, Hi Jimi, There are some suggestions in part 4 of my recent blog: http://www.flax.co.uk/blog/2018/11/15/defining-relevance-engineering-part-4-tools/ Cheers Charlie I often find myself having to analyze an already existing solr query. But whe