How to optimize solr index

前端 未结 6 2106
后悔当初
后悔当初 2021-01-04 06:02

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

6条回答
  •  花落未央
    2021-01-04 06:18

    I find this to be the easiest way to optimize a Solr index. In my context "optimize" means to merge all index segments.

    curl http://localhost:8983/solr//update -F stream.body=' '
    

提交回复
热议问题