Re: Merge Policy Max Segment Size + Reindexing

2024-12-09 Thread Ramesh Balasubaramaniam
As far as I know it does not require reindexing. But not sure if there is no NRT is happening will the above take effect . It is good to read. https://blog.mikemccandless.com/2011/02/visualizing-lucenes-segment-merges.html Thanks, Ramesh On Mon, Dec 9, 2024 at 11:57 AM Kevin Liang (BLOOMBERG/

SOLR 7.5. and External EKS ZK Error not retrying

2024-02-17 Thread Ramesh Balasubaramaniam
Hi, we are running SOLR 7.5.0. and EKS ZK external. Occasionally we get below Error from SOLR logs once we get this error that is it, we need to restart SOLR service then only it is working back as expected. even though ZK is reachable and accessible. Is there a configuration SOLR can automatical

Re: Solr Cloud + zookeeper+ kubernetes setup

2023-11-22 Thread Ramesh Balasubaramaniam
Yes, Possible. How many shards and replicas you are planning to create for the 200 millions documents all based upon the index size ( how many stored fields ) and all. External zookeeper is best. SOLR in kubernetes setup also works well. Thanks, Ramesh On Wed, Nov 22, 2023 at 3:30 AM Vince McMah