That’s odd, are you absolutely sure that there’s no indexing going on while the
optimize is running?
Optimizing only works on the closed segments that exist when the process
_starts_,
any updates that come in while the optimize is running will result in new
segments that
are not optimized and i
Please help
On Mon, 11 May, 2020, 11:51 AM Rajdeep Sahoo,
wrote:
> Hi all,
> We are using solr 7.7.2 . After optimization the deleted docs count is
> still showing as part of max docs.
> As per my knowledge after optimization max docs and num docs count
> should match. It is not happening here