Error got resolved,solution was must be within
tag.
On Sun, Sep 8, 2013 at 3:31 AM, Furkan KAMACI wrote:
> Could you show us logs you get when you start your web container?
>
>
> 2013/9/4 Nutan Shinde
>
> > My solrconfig.xml is:
> >
> >
> >
> > > class="solr.extraction.ExtractingRequestHandl
Could you show us logs you get when you start your web container?
2013/9/4 Nutan Shinde
> My solrconfig.xml is:
>
>
>
> class="solr.extraction.ExtractingRequestHandler" >
>
>
>
> descwhich
> is defined as shown below in schem.xml-->
>
> true
>
> attr_
>
> true
>
>
>
>
>
>
>
>
>
> Schem
My solrconfig.xml is:
desc
true
attr_
true
Schema.xml:
doc_id
I have created extract directory and copied all required .jar and solr-cell
jar files into this extract directory and given its path in lib tag in
solrconfig.xml
When I try
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.
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-tp207950
://lucene.472066.n3.nabble.com/Indexing-pdf-files-question-tp2079505p2784645.html
Sent from the Solr - User mailing list archive at Nabble.com.
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.
Hi,
I use the following command to post PDF files.
$ curl "http://localhost:8983/solr/update/extract?stream.file=C
:\temp\document.docx&stream.contentType=application/msword&literal.id
=esc.doc&commit=true"
$ curl "http://localhost:8983/solr/update/extract?stream.file=C
:\temp\features.pdf&stream
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 file.