How to optimize solr index. I want to optimize my solr indexing for i try to change in solrconfig.xml it getting indexed but i want to how to verify that they are optimized
You need to pass optimize=true to update solr request to optimize the solr.
optimize=true
http://[HostName]:[port]/solr/update?optimize=true