Re: Guidance on new functionality for query string generation

2024-08-16 Thread Geoffrey Slinker
David, Thank you for your insights and thank you for your work on Apache Solr. You are correct, this is for end users. Many typically build up their Solr query using StringBuilder or String concatenation, then instantiate a SolrJ SolrQuery object and pass in the query string. I would like to g

Re: Guidance on new functionality for query string generation

2024-08-16 Thread David Smiley
Hello Geoffrey, Thanks for your message and offer. I think the overall idea is nice but if we got more serious, we'd want to bike-shed on a number of details. Like naming ("grouper" is dubious to me) and explore further simplifications. Like why "addTerm(new QueryTerm("cd", "back in black")" wh

Re: Solr 9.7 Release update

2024-08-16 Thread David Smiley
The key stuff is the biggest pain. I'm glad you're through it. On Fri, Aug 16, 2024 at 12:30 PM Anshum Gupta wrote: > > Hi everyone, > > I started building the RC last night (Pacific Time) so please don't merge > anything into 9.7 at this point without checking with me. > > I've had a few issues

Guidance on new functionality for query string generation

2024-08-16 Thread Geoffrey Slinker
I have been using Apache Solr for many years in a live environment that services queries at 3K rpm (unless there is a campaign in progress) and updates from 3K to 10K rpm. The schema is quite robust with each record potentially having 90 fields populated. The system stores 900 million records an

Solr 9.7 Release update

2024-08-16 Thread Anshum Gupta
Hi everyone, I started building the RC last night (Pacific Time) so please don't merge anything into 9.7 at this point without checking with me. I've had a few issues with GPG but they are mostly fixed now.

Looking to merge deprecation of snapshotscli.sh in favour of bin/solr sub commands

2024-08-16 Thread David Eric Pugh
I'd like to merge SOLR-17180: Deprecate snapshotscli.sh in favour of bin/solr sub commands next week.   https://github.com/apache/solr/pull/2381 I've emailed the user list for additional eyes, but with no luck.  https://lists.apache.org/thread/l6wyx5yvw8nqxlm1wyw45hld34blvyov I'm thinking this