Re: Solr indexing binary files

2013-03-18 Thread Luis
Hi Gora, Yes, my urlpath points to an url like that. I do not get why uncommenting the catch all dynamic field ("*") does not work for me. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-indexing-binary-files-tp4047470p4048542.html Sent from the Solr - User mailing li

Re: Solr indexing binary files

2013-03-15 Thread Gora Mohanty
On 16 March 2013 00:30, Luis wrote: > Sorry, Gora. It is ${fileSourcePaths.urlpath} actually. Most likely, there is some issue with the selected urlpath not pointing to a proper http or file source. E.g., urlpath could be something like http://example.com/myfile.pdf . Please check that ${fileSou

Re: Solr indexing binary files

2013-03-15 Thread Luis
Sorry, Gora. It is ${fileSourcePaths.urlpath} actually. *My complete schema.xml is this:*

Re: Solr indexing binary files

2013-03-15 Thread Gora Mohanty
On 15 March 2013 20:16, Luis wrote: > > Hi Gora, thank you for your reply. I am not using any commands, I just go > on > the Solr dashboard, db > Dataimport and execute a full-import. In that case, you are not using the ExtractingRequestHandler, but using the DataImportHandler, even though you h

Re: Solr indexing binary files

2013-03-15 Thread Luis
Hi Gora, thank you for your reply. I am not using any commands, I just go on the Solr dashboard, db > Dataimport and execute a full-import. *My schema.xml looks like this:*

Re: Solr indexing binary files

2013-03-15 Thread Gora Mohanty
On 15 March 2013 19:28, Luis wrote: > Hi Jack, thanks a lot for your reply. I did that 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.so

Re: Solr indexing binary files

2013-03-15 Thread Luis
Hi Jack, thanks a lot for your reply. I did that . 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

Re: Solr indexing binary files

2013-03-14 Thread Jack Krupansky
Take a look at Solr Cell: http://wiki.apache.org/solr/ExtractingRequestHandler Include a dynamicField with a "*" pattern and you will see the wide variety of metadata that is available for PDF and other rich document formats. -- Jack Krupansky -Original Message- From: Luis Sent: Th