[VOTE] Release Apache Solr 9.7.0 RC2

2024-09-03 Thread Anshum Gupta
Please vote for release candidate 2 for Solr 9.7.0 The artifacts can be downloaded from: https://dist.apache.org/repos/dist/dev/solr/solr-9.7.0-RC2-rev-675a41516e3f3bacfc975590773e7abdca444ff4 You can run the smoke tester directly with this command: python3 -u dev-tools/scripts/smokeTestRelease.

Re: Guidance on new functionality for query string generation

2024-09-03 Thread Geoffrey Slinker
I have created a new git hub repo: https://github.com/gslinker/query-generator I will share that repo link with the larger Solr community (beyond dev) and see if that will lead to some one using the code and they provide feedback from their use cases and experiences. Maybe that will ev

Re: Issue - not all docs are available after indexing

2024-09-03 Thread David Smiley
Hi Olga, This is the wrong list to use; use "users" ~ David On Tue, Sep 3, 2024 at 11:03 AM Olga Li1 wrote: > > Hi Team, > > Thank you for your contribution. > > I recently joined a project which uses Solr for searching. It's a webapp, > where once a day reindexing happens - all necessary data

Re: Issue - not all docs are available after indexing

2024-09-03 Thread David Smiley
Hi Olga, This is the wrong list to use; use "users" ~ David On Tue, Sep 3, 2024 at 11:03 AM Olga Li1 wrote: > > Hi Team, > > Thank you for your contribution. > > I recently joined a project which uses Solr for searching. It's a webapp, > where once a day reindexing happens - all necessary data

Issue - not all docs are available after indexing

2024-09-03 Thread Olga Li1
Hi Team, Thank you for your contribution. I recently joined a project which uses Solr for searching. It's a webapp, where once a day reindexing happens - all necessary data from a database is saved to the index in Solr 9.6.0 with a help of SolrTemplate.saveBeans() of Solr client for Java. Befo