user Rivulet Enterprise Search http://sourceforge.net/projects/rivu/
http://sourceforge.net/projects/rivu/
it's very easy .
--
View this message in context:
http://lucene.472066.n3.nabble.com/Help-indexing-PDF-files-tp783677p786781.html
Sent from the Solr - User mailing list archive at Nabble.
Hi,
Sorry, I am newbie.
Using these two commands it works.
curl "
http://10.33.19.201:8983/solr/update/extract?stream.file=C:\\temp\\VPSX_V1_R10.pdf&stream.contentType=application/pdf&literal.id=M4968\\C$\\temp\\VPSX_V1_R10.pdf&commit=true
"
curl '
http://10.33.19.201:8983/solr/update/ext
I had Solr in machine A.
In machine B I run the command below:
curl "http://10.33.19.201:8983/solr/update/extract?&extractOnly=true";
--data-binary @VPSX_V1_R10.pdf
and I get the response:
java.lang.IllegalStateException: Form too large
What I and doing wrong?
Is it the right or best way to send
Take a look at Tika library
From: Leonardo Azize Martins [via Lucene]
[mailto:ml-node+783677-325080270-124...@n3.nabble.com]
Sent: Friday, May 07, 2010 6:37 AM
To: caman
Subject: Help indexing PDF files
Hi,
I am new in Solr.
I would like to index some PDF files.
How can I do using ex
You don't need it, you can use any PDF file.
-Original message-
From: Leonardo Azize Martins
Sent: Fri 07-05-2010 15:45
To: solr-user@lucene.apache.org;
Subject: Re: Help indexing PDF files
I am using this page, but in my downloaded version there is no site
directory.
Thanks
2
I am using this page, but in my downloaded version there is no site
directory.
Thanks
2010/5/7 Markus Jelsma
> Hi,
>
>
>
>
>
> The wiki page [1] on this subject will get you started.
>
>
>
> [1]: http://wiki.apache.org/solr/ExtractingRequestHandler
>
>
>
>
>
> Cheers
>
> -Original message--
Hi,
The wiki page [1] on this subject will get you started.
[1]: http://wiki.apache.org/solr/ExtractingRequestHandler
Cheers
-Original message-
From: Leonardo Azize Martins
Sent: Fri 07-05-2010 15:37
To: solr-user@lucene.apache.org;
Subject: Help indexing PDF files
Hi