I am facing one issue with regard to "Load term info" section . Using solr update collection api *http://localhost:8983/solr/[my_core_name]/update?commit=true&stream.body= <http://localhost:8983/solr/[my_core_name]/update?commit=true&stream.body=><delete><query>[custom_query]</query></delete>* I have deleted records . When i search records in solr there are no records that is verified but in "Load term info" inside solr admin section it is still showing the count of those deleted records against the field name. So my concern is are the records hard deleted or solr just sets a flag for them so that they are not in search results but they still reside on disk.
-- *Bharat Mohan Mishra* SSE HighQ India Private Limited