Most simple way (URL?) to trigger SOLR commit of all pending docs?

后端 未结 4 585
栀梦
栀梦 2020-12-28 12:15

What\'s the most simple way to cause a SOLR installation to commit all pending docs?

(There\'s no obvious way in the admin interface. There\'s a script called \'comm

4条回答
  •  暖寄归人
    2020-12-28 12:34

    I would say there is something missing in "right" answer - URL should contain collection name like: http://localhost:8983/solr/mycollection/update?commit=true

提交回复
热议问题