Different methods of sending documents to Solr

2015-03-26 Thread zhangxin0804
Hi All, I am trying to post data into Solr using curl command. Does anybody could tell me the difference between the following two methods? Method1: curl "http://localhost:8983/solr/update/extract?literal.id=doc1&commit=true"; -F "myfile=@tutorial.html" The -F flag instructs curl to POST dat

What is the difference between SolrCell based Tika and Tika in Nuch?

2015-03-21 Thread zhangxin0804
Hi All, I am new to Solr. I have a question as follows: Is there any difference between extract metadata using Tika in Nutch and extract metadata using SolrCell based Tika? I used these two ways to extract metada from PDF files and PNG files, but they almost same. Can anyone tell me abou