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

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
: http://lucene.472066.n3.nabble.com/Solr-indexing-binary-files-tp4047470p4047778.html Sent from the Solr - User mailing list archive at Nabble.com.

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
_by true Thank you for your help! -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-indexing-binary-files-tp4047470p4047702.html Sent from the Solr - User mailing list archive at Nabble.com.

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
org.apache.solr.handler.dataimport.DataImporter$1.run(DataImporter.java:468) 15-Mar-2013 9:56:29 AM org.apache.solr.handler.dataimport.DocBuilder execute I do have an uniqueKey though. Any ideas what the problem might be? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-indexing-binary-files

Re: Solr indexing binary files

2013-03-14 Thread Jack Krupansky
Luis Sent: Thursday, March 14, 2013 3:30 PM To: solr-user@lucene.apache.org Subject: Solr indexing binary files Hi, I am new with Solr and I am extracting metadata from binary files through URLs stored in my database. I would like to know what fields are available for indexing from PDFs (the ones

Solr indexing binary files

2013-03-14 Thread Luis
be greatly appreciated. Thank you in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-indexing-binary-files-tp4047470.html Sent from the Solr - User mailing list archive at Nabble.com.