Re: Optimize not working, Solr version 9.1.0-SNAPSHOT

2022-08-05 Thread Rahul Goswami
I recently hit this problem on 8.11.1. It was a tiny test index with 2 segments. One of the segments *might* have been from 7.x. I wanted to optimize and rewrite the index into a single segment in 8.x . But optimize didn’t work. In this case though, before optimize, numDocs=maxDocs. So I thought

Optimize not working, Solr version 9.1.0-SNAPSHOT

2022-08-05 Thread Shawn Heisey
While looking into a problem described on the #solr slack channel, I tried to have Solr optimize my core. It seems to have completely ignored the command.  I am running 9.1.0-SNAPSHOT, compiled from branch_9x. The user on slack also tried to optimize their index, running version 8.11.2, and th