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 AM, Vishnu Mishra <vdil...@gmail.com> wrote:
> Hi, I am using solr 4.10.3 and doing distributed shard query. I am getting
> following syntax exception at regular intervals.
>
>
>  ERROR org.apache.solr.core.SolrCore  ?
> org.apache.solr.common.SolrException: org.apache.solr.search.SyntaxError:
> Cannot parse '*:*': Encountered "<EOF>" at line 1, column 3.
> Was expecting one of:
>     "NOT" ...
>     "+" ...
>     "-" ...
>     <BAREOPER> ...
>     "(" ...
>     "*" ...
>     "^" ...
>     <QUOTED> ...
>     <TERM> ...
>     <FUZZY_SLOP> ...
>     <PREFIXTERM> ...
>     <WILDTERM> ...
>     <REGEXPTERM> ...
>     "[" ...
>     "{" ...
>     <PROXY_MF> ...
>     <JOIN_MF> ...
>     <FRQ_CUT_OFF> ...
>     <NUMBER> ...
>     <TERM> ...
>     "*" ...
>
>
> 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.

Reply via email to