I wants to index the pdf documents whenever it is uploaded by an application. At the time of indexing i am sending the filename,fileType in the url like follows
http://localhost:8983/solr/update/extract?stream.file=/D:\apache-solr-3.3.0\example\exampledocs\Accessing_MySQL_from_IntalioBPMS.pdf&stream.contentType=application/pdf&literal.id=111&literal.fileName=Test.pdf&literal.fileType=pdf&commit=true
I am having the fields fileName,fileType in my schema.xml file as well
After i indexing the pdf documents i do the search it shows only the content,id of the pdf document not the filename and filetype
What i am doing wrong?
Please help me
Thanks
Dilip