Re: Merge Policy Max Segment Size + Reindexing

2024-12-21 Thread David Smiley
klian...@bloomberg.net> wrote: > > > > Yes - I am wondering if solr will split segments when the config is > updated to reduce the max segment size > > > > From: users@solr.apache.org At: 12/09/24 20:53:10 UTC-5:00To: > users@solr.apache.org > > Subject: Re: Mer

Re: Merge Policy Max Segment Size + Reindexing

2024-12-10 Thread ufuk yılmaz
wondering if solr will split segments when the config is updated > to reduce the max segment size > > From: users@solr.apache.org At: 12/09/24 20:53:10 UTC-5:00To: > users@solr.apache.org > Subject: Re: Merge Policy Max Segment Size + Reindexing > > Do you mean if Sol

Re: Merge Policy Max Segment Size + Reindexing

2024-12-10 Thread Kevin Liang (BLOOMBERG/ 919 3RD A)
Yes - I am wondering if solr will split segments when the config is updated to reduce the max segment size From: users@solr.apache.org At: 12/09/24 20:53:10 UTC-5:00To: users@solr.apache.org Subject: Re: Merge Policy Max Segment Size + Reindexing Do you mean if Solr will go back to the old

Re: Merge Policy Max Segment Size + Reindexing

2024-12-09 Thread ufuk yılmaz
ents into larger > segments) but never anything about segment splitting (which I imagine doesn't > happen?) > > From: users@solr.apache.org At: 12/09/24 12:22:38 UTC-5:00To: > users@solr.apache.org > Subject: Re: Merge Policy Max Segment Size + Reindexing > > As far as

Re: Merge Policy Max Segment Size + Reindexing

2024-12-09 Thread Kevin Liang (BLOOMBERG/ 919 3RD A)
ct? I have only seen code/explanations around merging (i.e. Joining two segments into larger segments) but never anything about segment splitting (which I imagine doesn't happen?) From: users@solr.apache.org At: 12/09/24 12:22:38 UTC-5:00To: users@solr.apache.org Subject: Re: Merge Pol

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/

Merge Policy Max Segment Size + Reindexing

2024-12-09 Thread Kevin Liang (BLOOMBERG/ 919 3RD A)
Hello, We've configured a merge policy factory such that max segment size is greater than the default. If we update the configuration and restart the cloud, will the lucene segments automatically be split to meet the smaller max segment size? Or will this require a full reindex of the data? -K