Re: SOLR Search Query : Exception : Software caused connection abort

2010-07-16 Thread Lance Norskog
nection abort". > I'm using  HTTP POST and server I'm using is Tomcat. > Is SOLR query has any limitations with size or length..etc?? > P ls help me and let me know solution to this problem ASAP. > > Regards > Sandeep > -- > View this message in context:

SOLR Search Query : Exception : Software caused connection abort

2010-07-15 Thread sandeep kumar
p me and let me know solution to this problem ASAP. Regards Sandeep -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-Search-Query-Exception-Software-caused-connection-abort-tp969444p969444.html Sent from the Solr - User mailing list archive at Nabble.com.

SOLR Search Query : Exception : Software caused connection abort

2010-07-15 Thread sandeep kumar
p me and let me know solution to this problem ASAP. Regards Sandeep -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-Search-Query-Exception-Software-caused-connection-abort-tp969331p969331.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOLR Search Query : Exception : Software caused connection abort: recv failed

2010-03-13 Thread Mark Miller
You can usually raise the header size limit by editing the config of your servlet container. That can only get you so far though, and different browsers have their own limits. Your best bet, as Lance said, is either posting or sticking them in solconfig. You can post by using the query(SolrP

Re: SOLR Search Query : Exception : Software caused connection abort: recv failed

2010-03-13 Thread Lance Norskog
It is usually a limitation in the servlet container. You could try using embedded Solr or using an HTTP POST instead of an HTTP GET. However, in this case it is probably not possible. If these long filter queries never change, you could embed these in the solrconfig.xml declaration for a request h

SOLR Search Query : Exception : Software caused connection abort: recv failed

2010-03-10 Thread Kranti™ K K Parisa
Hi, I am trying to test the SOLR search with very big query.. sample code snippet is as follows. when I try that its throwing exceptions. Is SOLR query has any limitations with size or length..etc?? = solrServer = SolrUtils.getSolrServe