Re: Solr High Availability | Multi-Datacenter approach

2021-10-07 Thread HU Dong
Hi, We're facing similar situations. If "run multiple fully independent clusters" is the recommended solution, is there any recommended way to do disaster recovery during query time? In our production environment, we're using solrj as the client. What comes to my mind is declaring two client inst

RE: Better way to debug Solr Scoring

2021-10-07 Thread Thamizhazhagan B
Thanks guys for your suggestions. Regards, Thamizh -Original Message- From: Vincenzo D'Amore Sent: Thursday, October 7, 2021 9:16 PM To: users@solr.apache.org Subject: Re: Better way to debug Solr Scoring Caution: This email came from outside Kaiser Permanente. Do not open attachments

Re: SolrJ Logging in 8.x - how to get it to turn OFF!!?

2021-10-07 Thread Shawn Heisey
On 10/7/21 7:37 AM, Michael Conrad wrote:             There is so much useless logging happening I can't read the output for any useful information. If that log4j2.xml file is really taking effect, there should not be much logging.  Solr and SolrJ are noisy at INFO but very quiet at W

Re: Is there an easy way to determine Lucene versions for segments?

2021-10-07 Thread Rahul Goswami
That’s what we are planning on doing. Block writes(making index read-only), write into a parallel directory using 8.x lucene codec and then switch over if/when completely written. Downside is (temporarily) requiring double the index size in total disk space while writing the index given that we reg

Re: Solr 8.x : Replica wont recover unless leader node is restarted

2021-10-07 Thread dinesh naik
Hi all, Any update on this please , What was the intention was stall prevention logic ? If a replica is not able to recover from leader unless it's restarted then isn't it a bug ? On Wed, Sep 29, 2021, 9:03 PM dinesh naik wrote: > Dear all, > I have seen replica not recovering issue in both s

SolrJ Logging in 8.x - how to get it to turn OFF!!?

2021-10-07 Thread Michael Conrad
SolrJ Logging in 8.x - how to get it to turn OFF ? I have the following dependencies in my project:     api 'org.apache.logging.log4j:log4j-api:2.14.+'     api 'org.apache.logging.log4j:log4j-core:2.14.+'     api 'org.apache.logging.log4j:log4j-1.2-api:2.14.+' // redirect log4j-v1 to log4j-v2  

Re: Is there an easy way to determine Lucene versions for segments?

2021-10-07 Thread Rahul Goswami
*7.2.1 to 8.x (doesn’t matter anyway) On Thu, Oct 7, 2021 at 8:46 AM Rahul Goswami wrote: > > Won’t work. I have tried optimize on 7.7.2 to 8.x where several segments > were originally written in 5.x and 6.x. > We are scratching our heads to achieve this seamlessly since reindexing > will take

Re: Is there an easy way to determine Lucene versions for segments?

2021-10-07 Thread Michael Conrad
On 10/7/21 8:46 AM, Rahul Goswami wrote: Won’t work. I have tried optimize on 7.7.2 to 8.x where several segments were originally written in 5.x and 6.x. We are scratching our heads to achieve this seamlessly since reindexing will take several weeks given the size of indexes for many of our cus

Re: Better way to debug Solr Scoring

2021-10-07 Thread Vincenzo D'Amore
Hi, I wrote a google chrome plugin that helps a full and thorough investigation into this. https://chrome.google.com/webstore/detail/solr-query-debugger/gmpkeiamnmccifccnbfljffkcnacmmdl On Thu, Oct 7, 2021 at 11:42 AM Thamizhazhagan B wrote: > Hi, > > Is there any better way to debug Solr Query

Re: Better way to debug Solr Scoring

2021-10-07 Thread Charlie Hull
Try our Splainer tool www.splainer.io Best Charlie On 07/10/2021 10:42, Thamizhazhagan B wrote: Hi, Is there any better way to debug Solr Query. I have used "debugQuery=true&explain=text" . Though it provides insights of Scoring difficult to understand. Please advise. Thanks, Thamizh NOTI

Re: Is there an easy way to determine Lucene versions for segments?

2021-10-07 Thread Rahul Goswami
Won’t work. I have tried optimize on 7.7.2 to 8.x where several segments were originally written in 5.x and 6.x. We are scratching our heads to achieve this seamlessly since reindexing will take several weeks given the size of indexes for many of our customers. -Rahul On Thu, Oct 7, 2021 at 8:35

Re: Better way to debug Solr Scoring

2021-10-07 Thread Eric Pugh
You may find http://splainer.io/ useful ;-) > On Oct 7, 2021, at 7:28 AM, Dave wrote: > > Which parts of the scoring are confusing to you? As in specifically. Solr > is just a cover over lucene and the scoring has been documented for a long > time: > > http://www.lucen

Re: Is there an easy way to determine Lucene versions for segments?

2021-10-07 Thread Michael Conrad
No, worst case is it closes the index writer and leaves the drive full. 20k free space remaining. On 10/6/21 1:56 PM, Dave wrote: It’s ok. Worst case it just fails and kills the temporary index after you run out of space. Really optimize is almost not even supported (it still works) but a ful

Re: Better way to debug Solr Scoring

2021-10-07 Thread Dave
Which parts of the scoring are confusing to you? As in specifically. Solr is just a cover over lucene and the scoring has been documented for a long time: http://www.lucenetutorial.com/advanced-topics/scoring.html * Documents containing *all* the search terms are good * Matches on rare words a

Better way to debug Solr Scoring

2021-10-07 Thread Thamizhazhagan B
Hi, Is there any better way to debug Solr Query. I have used "debugQuery=true&explain=text" . Though it provides insights of Scoring difficult to understand. Please advise. Thanks, Thamizh NOTICE TO RECIPIENT: If you are not the intended recipient of this e-mail, you are prohibited from shar