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?
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
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
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:
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.
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.
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
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
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
: 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,
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
11 matches
Mail list logo