Re: Solr Unexpected Query Parser Exception

2015-06-24 Thread Upayavira
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

RE: Solr Unexpected Query Parser Exception

2015-06-24 Thread Vishnu Mishra
at line 1, column 1. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Unexpected-Query-Parser-Exception-tp4194156p4213621.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr Unexpected Query Parser Exception

2015-03-30 Thread Reitzel, Charles
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

Re: Solr Unexpected Query Parser Exception

2015-03-20 Thread Jack Krupansky
"[" ... > "{" ... > ... > ... > ... > ... > ... > "*" ... > > > My query to solr is *:* can anyone explain me why this exception is > occurring. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Unexpected-Query-Parser-Exception-tp4194156.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr Unexpected Query Parser Exception

2015-03-20 Thread Erick Erickson
umn 3. > Was expecting one of: > "NOT" ... > "+" ... > "-" ... > ... > "(" ... > "*" ... > "^" ... > ... > ... > ... > ... > ... > ... > "[" ... > "{" ... > ... > ... > ... > ... > ... > "*" ... > > > My query to solr is *:* can anyone explain me why this except

Solr Unexpected Query Parser Exception

2015-03-20 Thread Vishnu Mishra
... ... ... ... "*" ... My query to solr is *:* can anyone explain me why this exception is occurring. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Unexpected-Query-Parser-Exception-tp4194156.html Sent from the Solr - User mailing list archive at Nabble.com.