Re: Indexing pdf files - question.

2013-09-08 Thread Nutan Shinde
Error got resolved,solution was dynamic field / must be within fields tag. On Sun, Sep 8, 2013 at 3:31 AM, Furkan KAMACI furkankam...@gmail.comwrote: Could you show us logs you get when you start your web container? 2013/9/4 Nutan Shinde nutanshinde1...@gmail.com My solrconfig.xml is:

Re: Indexing pdf files - question.

2013-09-07 Thread Furkan KAMACI
Could you show us logs you get when you start your web container? 2013/9/4 Nutan Shinde nutanshinde1...@gmail.com My solrconfig.xml is: requestHandler name=/update/extract class=solr.extraction.ExtractingRequestHandler lst name=defaults str name=fmap.contentdesc/str !-to map this

Re: Indexing pdf files - question.

2013-09-04 Thread Nutan Shinde
My solrconfig.xml is: requestHandler name=/update/extract class=solr.extraction.ExtractingRequestHandler lst name=defaults str name=fmap.contentdesc/str !-to map this field of my table which is defined as shown below in schem.xml-- str name=lowernamestrue/str str name=uprefixattr_/str

Re: Indexing pdf files - question.

2011-04-08 Thread Mike
application. Can I run solr in the same application server(Tomcat6) in which my actual application resides. Thanks, Mike -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-pdf-files-question-tp2079505p2794841.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexing pdf files - question.

2011-04-07 Thread Mike
://lucene.472066.n3.nabble.com/Indexing-pdf-files-question-tp2079505p2784645.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexing pdf files - question.

2011-04-07 Thread Erick Erickson
the exact procedure to get started. I need step by step procedure to do this. Could you please let me know the steps to index pdf files. Thanks, Mike -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-pdf-files-question-tp2079505p2784645.html Sent from the Solr

Indexing pdf files - question.

2010-12-13 Thread Siebor, Wlodek [USA]
HI, Can sombody, please, send me a command for indexing a sample pdf with ExtractngRequestHandler file available in the /docs directory. I have lucidworks solr installed on linux, with standard schema.xml and solrconfig.xml files (unchanged). I want to pass as the unique id the name of the

Re: Indexing pdf files - question.

2010-12-13 Thread Adam Estrada
Hi, I use the following command to post PDF files. $ curl http://localhost:8983/solr/update/extract?stream.file=C :\temp\document.docxstream.contentType=application/mswordliteral.id =esc.doccommit=true $ curl http://localhost:8983/solr/update/extract?stream.file=C

Re: Indexing pdf files - question.

2010-12-13 Thread Wodek Siebor
The sample /docs/tutorial.pdf does not require OCR. -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-pdf-files-question-tp2079505p2080307.html Sent from the Solr - User mailing list archive at Nabble.com.