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
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