Re: Solr Saved Search Module

2024-12-21 Thread Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A)
The closest things I could find to a solr implementation of saved search are: 1. solcolator https://github.com/SOLR4189/solcolator 2. Solr-monitor (unrelated to the proposed saved-search module) https://github.com/o19s/solr-monitor The problems with these is they treat the lucene-monitor (origin

Re: Merge Policy Max Segment Size + Reindexing

2024-12-21 Thread David Smiley
Lucene (and thus Solr) does not split segments. The only closest maybe sorta kinda does situation would be a shard split with the "rewrite" method. On Tue, Dec 10, 2024 at 11:18 AM ufuk yılmaz wrote: > Correct me if I’m wrong, I don’t know if there is an upside of splitting > an already merged

Re: Solr in write-only mode?

2024-12-21 Thread David Smiley
I agree with ufuk. Don't commit until the end. Commits are only about visibility of changes, not about durability (in SolrCloud and sometimes standalone mode). Thus there's no point in sending explicit commits from the client until the end. In solrconfig.xml, it may help to disable auto soft co

Re: Solr Saved Search Module

2024-12-21 Thread David Smiley
A huge feature! Can you please remind me of the historical pedigree of the underlying functionality? You point to "lucene-monitor" but that in turn came from somewhere. If I'm not mistaken, there was (is?) a Solr plugin out there from which this started, built by Alan Woodward. On Sun, Dec 8, 2

Re: Solr performance much worse in SolrCloud mode ?!

2024-12-21 Thread David Smiley
If the schema is no different in the comparison then the problem isn't SOLR-11078. You had a question earlier about QTime. QTime ends once Solr identifies what documents to return, and all the search components have completed (e.g. faceting, highlighting). After this time, Solr still has to fetc

Re: Creating a Solr Core in Gradle?

2024-12-21 Thread David Smiley
Creating a core is nothing more than a core.properties file on disk. After you stop/start Solr with creating a core, see for yourself. There's nothing magic there. The data directory can be empty of the index. On Thu, Dec 12, 2024 at 1:50 PM John Whelan wrote: > All, > > I've been trying to

Re: LTS, UserManaged Mode

2024-12-21 Thread David Smiley
I highly doubt "user managed" (aka "standalone") mode will go away completely. It *may* become considered so advanced/expert that we might decide to reduce documentation support around it. But the vast majority of Solr tests that work with a Solr instance do it in this mode or an even lesser mode

Re: Seeing "Negative" Overseer ID

2024-12-21 Thread David Smiley
Patrick (or Ilan), can you please file a JIRA issue to describe the problem. Ideally also mention the work-around and possible solution ideas. On Wed, Dec 18, 2024 at 12:27 PM Patrick Lok wrote: > Hi Ilan, thank you so much for the pointers! That's exactly the problem. We > updated our system to