Re: Error java.net.SocketException: Connection reset with longer Solr Query

2009-05-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
I don't think it is true that Slr 1.3 uses only GET. The SolrJ API lets you choose which http method you wish to use On Sat, May 2, 2009 at 3:40 AM, ANKITBHATNAGAR wrote: > > Hi Guys > Solr 1.3 only uses GET never uses POST. > > So I started using Sol4 1.4 nightly build for now. > > Ankit > -- >

Re: Error java.net.SocketException: Connection reset with longer Solr Query

2009-05-01 Thread ANKITBHATNAGAR
Hi Guys Solr 1.3 only uses GET never uses POST. So I started using Sol4 1.4 nightly build for now. Ankit -- View this message in context: http://www.nabble.com/Error--java.net.SocketException%3A-Connection-reset-with-longer-Solr-Query-tp23322549p23340562.html Sent from the Solr - User mailing

Re: Error java.net.SocketException: Connection reset with longer Solr Query

2009-04-30 Thread Noble Paul നോബിള്‍ नोब्ळ्
did you try to POST the query? On Fri, May 1, 2009 at 12:43 AM, ANKITBHATNAGAR wrote: > > Hi Guys, > I am using solr 1.3 for performing search. > > I am using facet search and I am getting : connection reset error when the > Query > > http://localhost:9000/solr/select/?q=*%3A*&fq=indexid_s%3A628&

Re: Error java.net.SocketException: Connection reset with longer Solr Query

2009-04-30 Thread Caio Quiozini
Hi ANKITBHATNAGAR have you already tried to set up the column36 as sfloat and a query like column36:[xxx.yy OR zzz.aa OR ... ] I think it should help to make the decrease the number of characters. A time ago I have expected problems cause the size of the url passed to tomcat. ANKITBHATN