Hi,
I have created two shards at solr server and around 4K documents are equally indexed over these two shards. I did re-indexing for all the indexed documents (updating exiting docs with same data again). After Re-indexing, I found that my indexes are not optimized and there is change in the score of documents. Previously when I Query *:* = returned all docs with same score (let’s say = 0.046) After Re-indexing, when I query *:* = returned all docs but with different and sudden high score (Let’s Say for first 3K docs = 0.46 and for last 1K = 0.45) I am not able to understand why there is sudden increase as well as change in the score of docs after re-indexing. Please provide me some pointers on this. Also, I wanted to know if I re-index small number of documents, why I am not able to see counts for deleted docs from UI and indexes are also optimized ?? Thanks, Rashi