Re: Solr under Tomcat

2011-04-11 Thread Lance Norskog
Hi Mike- Please start a new thread for this. On Mon, Apr 11, 2011 at 2:47 AM, Mike wrote: > Hi All, > > I have installed solr instance on tomcat6. When i tried to index the PDF > file i was able to see the response: > > > 0 > 479 > > > Query: > http://localhost:8080/solr/update/extract?stream.fi

RE: Solr under Tomcat

2011-04-11 Thread Mike
Hi All, I have installed solr instance on tomcat6. When i tried to index the PDF file i was able to see the response: 0 479 Query: http://localhost:8080/solr/update/extract?stream.file=D:\mike\lucene\apache-solr-1.4.1\example\exampledocs\Struts%202%20Design%20and%20Programming1.pdf&stream.cont

RE: Solr under Tomcat

2011-03-02 Thread Thumuluri, Sai
Thank you - I found it. -Original Message- From: rajini maski [mailto:rajinima...@gmail.com] Sent: Thursday, March 03, 2011 12:03 AM To: solr-user@lucene.apache.org Subject: Re: Solr under Tomcat Sai, The index directory will be in your Solr_home//Conf//data directory.. The path

Re: Solr under Tomcat

2011-03-02 Thread rajini maski
Sai, The index directory will be in your Solr_home//Conf//data directory.. The path for this directory need to be given where ever you want to by changing the data-dir path in config XML that is present in the same //conf folder . You need to stop tomcat service to delete this directory and t

Re: Solr under Tomcat

2011-03-02 Thread Savvas-Andreas Moysidis
Hi Sai, You can find your index files at: {%TOMCAT_HOME}\solr\data\index If you want to clear the index just delete the whole index directory. Regards, - Savvas On 2 March 2011 14:09, Thumuluri, Sai wrote: > Good Morning, > We have deployed Solr 1.4.1 under Tomcat and it works great, however I

Re: Solr under tomcat - UTF-8 issue

2010-01-23 Thread Sven Maurmann
Hi, I did not read the original mail, but for the UTF-8 issue with Tomcat you might consult the url http://wiki.apache.org/solr/SolrTomcat The relevant piece of information is under "URI Charset Config": *** quote *** Edit Tomcat's conf/server.xml and add the following attribute to the correct

Re: Solr under tomcat - UTF-8 issue

2010-01-22 Thread Frank Wesemann
Glock, Thomas schrieb: My flex client httpservice by default only sets the content-type request header to "application/x-www-form-urlencoded" what it needed to do for tomcat is set the content-type request header to content-type = "application/x-www-form-urlencoded; charset=UTF-8"; As s

RE: Solr under tomcat - UTF-8 issue

2009-10-26 Thread Glock, Thomas
26, 2009 2:12 AM To: solr-user@lucene.apache.org Subject: RE: Solr under tomcat - UTF-8 issue I was originally using POST for the same reason, however I discovered that Tomcat could easily be configured to accept any length URI. All it requires is specifying the maxHttpHeaderSize attribute in yo

RE: Solr under tomcat - UTF-8 issue

2009-10-25 Thread markwaddle
I was originally using POST for the same reason, however I discovered that Tomcat could easily be configured to accept any length URI. All it requires is specifying the maxHttpHeaderSize attribute in your default Connector in server.xml. I set my value to 1MB, which is certainly excessive, but it

RE: Solr under tomcat - UTF-8 issue

2009-10-24 Thread Glock, Thomas
or so ago and I think its awesome. I got the book two days ago too - fantastic! Thanks again, Tom -Original Message- From: Walter Underwood [mailto:wun...@wunderwood.org] Sent: Saturday, October 24, 2009 1:31 PM To: solr-user@lucene.apache.org Subject: Re: Solr under tomcat - UTF-8 iss

Re: Solr under tomcat - UTF-8 issue

2009-10-24 Thread Walter Underwood
eeley Sent: Saturday, October 24, 2009 12:43 PM To: solr-user@lucene.apache.org Subject: Re: Solr under tomcat - UTF-8 issue Try using example/exampledocs/test_utf8.sh to narrow down if the charset problems you're hitting are due to servlet container configuration. -Yonik http://w

RE: Solr under tomcat - UTF-8 issue

2009-10-24 Thread Glock, Thomas
Of Yonik Seeley Sent: Saturday, October 24, 2009 12:43 PM To: solr-user@lucene.apache.org Subject: Re: Solr under tomcat - UTF-8 issue Try using example/exampledocs/test_utf8.sh to narrow down if the charset problems you're hitting are due to servlet container configuration. -Yonik http:

Re: Solr under tomcat - UTF-8 issue

2009-10-24 Thread Yonik Seeley
---Original Message- > From: Zsolt Czinkos [mailto:czin...@gmail.com] > Sent: Saturday, October 24, 2009 11:36 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr under tomcat - UTF-8 issue > > Hello > > Have you set URIEncoding attribute to UTF-8 in tomcat

RE: Solr under tomcat - UTF-8 issue

2009-10-24 Thread Glock, Thomas
ng it. Thanks for your help. -Original Message- From: Zsolt Czinkos [mailto:czin...@gmail.com] Sent: Saturday, October 24, 2009 11:36 AM To: solr-user@lucene.apache.org Subject: Re: Solr under tomcat - UTF-8 issue Hello Have you set URIEncoding attribute to UTF-8 in tomcat's serv

Re: Solr under tomcat - UTF-8 issue

2009-10-24 Thread Zsolt Czinkos
Hello Have you set URIEncoding attribute to UTF-8 in tomcat's server.xml (on connector element)? Like: Hope this helps. Best regards czinkos 2009/10/24 Glock, Thomas : > > Hoping someone can help - > > Problem: >        Querying for non-english phrases such as Добавить do not return any >