Re: Query syntax error: Cannot parse ....

2013-05-30 Thread Yago Riveiro
.org/core/3_6_0/queryparsersyntax.html#Escaping%20Special%20Characters. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Query-syntax-error-Cannot-parse-tp4066560p4066879.html > Sent from the Solr - User mailing list archive at Nabble.com > (http://Nabble.com). > >

Re: Query syntax error: Cannot parse ....

2013-05-29 Thread bbarani
# has a separate meaning in URL.. You need to encode that.. http://lucene.apache.org/core/3_6_0/queryparsersyntax.html#Escaping%20Special%20Characters. -- View this message in context: http://lucene.472066.n3.nabble.com/Query-syntax-error-Cannot-parse-tp4066560p4066879.html Sent from the Solr

Re: Query syntax error: Cannot parse ....

2013-05-28 Thread gpssolr2020
Hi, Try to pass URL encode value(%23) for # . Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Query-syntax-error-Cannot-parse-tp4066560p4066566.html Sent from the Solr - User mailing list archive at Nabble.com.

Query syntax error: Cannot parse ....

2013-05-28 Thread yriveiro
Was expecting one of: ... ... ... "+" ... "-" ... ... "(" ... ")" ... "*" ... "^" ... ... ... ... ... ... ... "[" ... "{" ... ... ... 400 How I can fix the query? Regards /Yago - Best regards -- View this message