Re: Unknow Query exception

2013-12-14 Thread Jack Krupansky
al Message- From: Cool Techi Sent: Saturday, December 14, 2013 1:01 PM To: solr-user@lucene.apache.org Subject: Unknow Query exception I am seeing the following exception in solr logs after regular intervals, we are not firing any query to have such error, what could be causing this?

Unknow Query exception

2013-12-14 Thread Cool Techi
I am seeing the following exception in solr logs after regular intervals, we are not firing any query to have such error, what could be causing this? ERROR - 2013-12-14 05:35:52.722; org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: org.apache.solr.search.Synt

Delta Query Exception

2011-11-19 Thread David T. Webb
Im sure that my deltaQueries are causing this issue, but I have the logging turned on the FINEST. It would be great if this Exception was handles properly and the failing PK test was also displayed. I will open a Jira for this request, but does anyone have any pointers on how to determine which d

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

Re: query Exception

2007-02-04 Thread Chris Hostetter
: Above is correct behavior.. but IMHO its better to send the "Error : Message" in XML via response handler, instead of java stack trace. : Thoughts? Comments? I would agree with out ... the errors should (whenever possible) be formated in the output format the client is expecting. in addition,

query Exception

2007-02-02 Thread rubdabadub
Hi: Lets say you typed a wrong query i.e http://localhost:8983/solr/select/?indent=on&q=video;inStock+asc+price+desc or http://localhost:8983/solr/select/?indent=on&q=name: First one throws - Unknown sort order: asc price desc Second one throws - Error parsing Lucene query Above is correct beh