Using Curl command in SolrNet
curl "http://localhost:8983/solr/QNB_ARABIC/update/extract?literal.id=doc1&commit=true" -F "myfile=@my_file.pdf" this is a curl command through which we can post document to solr. I am using it through cmd but i want to run this command through solrNet. Is there any way to post document in this way in SolrNet ??
SolrNet有一个相应的Extract命令,您可以使用它。
链接地址: http://www.djcxy.com/p/67044.html上一篇: Solr为url返回了一个错误#400(错误请求)
下一篇: 在SolrNet中使用Curl命令