lzf79 发表于 2016-12-15 09:42:48

How to: 使用curl添加solr索引

  


curl -F "file=@data.xml" http://localhost:8080/solr/update
curl -H "Content-Type: text/xml" -d "" http://localhost:8080/solr/update
 
页: [1]
查看完整版本: How to: 使用curl添加solr索引