On 15 March 2013 19:28, Luis <reneonta...@gmail.com> wrote: > Hi Jack, thanks a lot for your reply. I did that <dynamicField name="*" > type="text" multiValued="true" />. However, when I run Solr it gives me a > bunch of errors. It actually displays the content of my files on my command > line and shows some logs like this: > > org.apache.solr.common.SolrException: Document is missing mandatory > uniqueKey field: id [...] > I do have an uniqueKey though. Any ideas what the problem might be?
Please share your schema.xml, and details on the exact command used to index the PDFs. It is possible that you are not supplying the the literal.id=XXX param that is needed to provide a uniqueKey for the document. Please see the "Getting Started with the Solr Example" section at http://wiki.apache.org/solr/ExtractingRequestHandler Regards, Gora