How big is "very big"? Tomcat has to be configured for the maximum length of the parameter field in a POST. Is your query string longer than that?
If much of the query string is repeated across queries, you can make a <requestHandler> in solrconfig.xml that adds extra parameters in the file with a <defaults> clause. It is also possible that the parsed query was too large for Lucene to handle. On Thu, Jul 15, 2010 at 5:44 AM, sandeep kumar <sandeep.ku...@metacube.com> wrote: > > Hi, > I am trying to test the SOLR search with very big query , but when i try its > throwing exception: "Exception : Software caused connection 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: > 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. > -- Lance Norskog goks...@gmail.com