On Wed, Jun 24, 2015, at 11:19 AM, Vishnu Mishra wrote:
> I think there is no issue with query escaping. I am doing shard query to
> my
> main solr server, and from inside the main solr server I am doing simple
> *:*
> query to another solr server by using solrj. But most of the time I get
> fol
I think there is no issue with query escaping. I am doing shard query to my
main solr server, and from inside the main solr server I am doing simple *:*
query to another solr server by using solrj. But most of the time I get
following error. Cannot parse '*:*': Encountered "" at line 1, column
1.
ansky [mailto:jack.krupan...@gmail.com]
Sent: Friday, March 20, 2015 5:08 PM
To: solr-user@lucene.apache.org
Subject: Re: Solr Unexpected Query Parser Exception
Which query parser are you using? The dismax query parser does not support wild
cards or "*:*".
Either way, the error messa
Which query parser are you using? The dismax query parser does not support
wild cards or "*:*".
Either way, the error message is unhelpful - worth filing a Jira.
-- Jack Krupansky
On Fri, Mar 20, 2015 at 7:21 AM, Vishnu Mishra wrote:
> Hi, I am using solr 4.10.3 and doing distributed shard que
You have to show us the entire query in order to be able to help. Or are you
saying the entire url is
blah blah blah/select?q=*:*
?
And you should have a trace of this in the Solr log, that would be helpful too
as it includes the query that _Solr_ sees.
Best,
Erick
On Fri, Mar 20, 2015 at 4:21 A