Shawn:
https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Index+Handlers
Search for "expungeDeletes".  So it's 10% by default.  I did some digging
and I see this 10% figure is settable on the TieredMergePolicy.  So you
could modify solrconfig.xml and
set <forceMergeDeletesPctAllowed>0</forceMergeDeletesPctAllowed> as a
setting on the merge policy.

On Thu, Aug 11, 2016 at 2:59 PM Shawn Heisey <[email protected]> wrote:

> On 8/11/2016 10:58 AM, David Smiley wrote:
> > Note there is a threshold to expungeDeletes such that if there aren't
> > enough deletes in a segment relative to the docs in that segments, it
> > won't do any expunging.
>
> What sort of request do I need to send to force expunging *all* deleted
> documents, even if there's only one in a segment?  Is that possible?
>
> That's the end goal of all this scheming.
>
> Thanks,
> Shawn
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
> --
Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
LinkedIn: http://linkedin.com/in/davidwsmiley | Book:
http://www.solrenterprisesearchserver.com

Reply via email to