Hi Rahul,
Thank you for the reply. I tried by modifying the
updateRequestProcessorChain as follows:

<updateRequestProcessorChain name="uima" default="true">

 But still I am not able to see the UIMA fields in the result. I executed
the following curl command to index a file named "test.docx"

curl
"http://localhost:8983/solr/update/extract?fmap.content=content&literal.id=doc47&commit=true";
-F "file=@test.docx"

When I searched the same document with
"http://localhost:8983/solr/select?q=id:doc47"; command, got the following
result.

<result name="response" numFound="1" start="0">
  <doc>
     <str name="author">divakar</str>
     <arr name="content_type">
        <str>
          
application/vnd.openxmlformats-officedocument.wordprocessingml.document
        </str>
     </arr>
     <str name="id">doc47</str>
     <date name="last_modified">2012-04-18T14:19:00Z</date>
  </doc>
</result>

Could you please help where I am wrong?

With Thaks & Regds:
Divakar

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-with-UIMA-tp3863324p3925670.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to