Re: missing a directory, can not process pdf files

2012-09-19 Thread xxxx xxxx
:47:54 -0700 (PDT) > Von: Chris Hostetter > An: solr-user@lucene.apache.org > Betreff: Re: missing a directory, can not process pdf files > > : user:~/solr/example/exampledocs$ java -jar post.jar test.pdf doesnt work > > 1) you can use post.jar to send PDFs, but you have to u

Re: missing a directory, can not process pdf files

2012-09-19 Thread Chris Hostetter
: user:~/solr/example/exampledocs$ java -jar post.jar test.pdf doesnt work 1) you can use post.jar to send PDFs, but you have to use the option to tell solr you are sending a PDF file - because by default it assumes you are posting XML. you can see the problem by looking at the output from po

Re: missing a directory, can not process pdf files

2012-09-19 Thread xxxx xxxx
be done without curl even they say we should not use curl? Original-Nachricht > Datum: Wed, 19 Sep 2012 11:23:25 -0700 (PDT) > Von: Ahmet Arslan > An: solr-user@lucene.apache.org > Betreff: Re: missing a directory, can not process pdf files > > user:~/solr/e

Re: missing a directory, can not process pdf files

2012-09-19 Thread Ahmet Arslan
> user:~/solr/example/exampledocs$ java > -jar post.jar test.pdf doesnt work > > Index binary documents such as Word and PDF with Solr Cell > (ExtractingRequestHandler). > how do i do his? > > http://lucene.apache.org/solr/api-4_0_0-BETA/doc-files/tutorial.html > > > http://wiki.apache.org/sol

Re: missing a directory, can not process pdf files

2012-09-19 Thread xxxx xxxx
e post.jar utility is not meant for production use" so how do we normally do this or should do this? Original-Nachricht > Datum: Wed, 19 Sep 2012 10:51:29 -0400 > Von: Erik Hatcher > An: solr-user@lucene.apache.org > Betreff: Re: missing a directory, can not pr

Re: missing a directory, can not process pdf files

2012-09-19 Thread Gora Mohanty
On 19 September 2012 20:10, wrote: > I want to process a pdf file see "Indexing Data" from > http://lucene.apache.org/solr/api-4_0_0-BETA/doc-files/tutorial.html > > the directory "update" doesnt even exist: > SimplePostTool: POSTing files to http://localhost:8983/solr/update.. > Sorry

Re: missing a directory, can not process pdf files

2012-09-19 Thread Erik Hatcher
:33:57 -0400 >> Von: Erick Erickson >> An: solr-user@lucene.apache.org >> Betreff: Re: missing a directory, can not process pdf files > >> Please review: >> >> http://wiki.apache.org/solr/UsingMailingLists >> >> There's nothing in your problem st

Re: missing a directory, can not process pdf files

2012-09-19 Thread xxxx xxxx
cene.apache.org > Betreff: Re: missing a directory, can not process pdf files > Please review: > > http://wiki.apache.org/solr/UsingMailingLists > > There's nothing in your problem statement that's diagnosable. What did > you try? What > were the results? Details

Re: missing a directory, can not process pdf files

2012-09-19 Thread Erick Erickson
Please review: http://wiki.apache.org/solr/UsingMailingLists There's nothing in your problem statement that's diagnosable. What did you try? What were the results? Details matter. 4.0 is in process of being prepped for release. 30 days was a straw-man proposal. Best Erick On Wed, Sep 19, 2012

missing a directory, can not process pdf files

2012-09-19 Thread xxxx xxxx
seems the /update directory is missing? I use solr 4.0.0 beta can not process pdf files because of it also when will the final version be released? thought it it 30 days after beta? how can we get the files which contain the searched queries / content?