Hi Aleksander,

Aleksander Stensby wrote:
So i tried with curl:
curl http://server:8983/solr/update --data-binary '<optimize/>' -H
'Content-type:text/xml; charset=utf-8'

No difference here either... Am I doing anything wrong? Do i need to issue a
commit after the optimize?
Did you restart the Solr server instance after the optimize operation was completed?

BTW: You could initiate the optimization operation by POSTing optimize=true directly, i.e.,

curl http://server:8983/solr/update/update --form-string optimize=true


-Sascha

Reply via email to