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
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
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
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
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
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/
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