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

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

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 =