Hi,

When I try run this query,
http://localhost:8983/solr/coreA/select?q=source_id:(7D1FFB# OR 7D1FFB)
city:ES, I have  the error below:

<response>
<lst name="responseHeader">
<int name="status">400</int>
<int name="QTime">1</int>
</lst>
<lst name="error">
<str name="msg">
org.apache.solr.search.SyntaxError: Cannot parse 'source_id:(7D1FFB':
Encountered "<EOF>" at line 1, column 43. Was expecting one of: <AND> ...
<OR> ... <NOT> ... "+" ... "-" ... <BAREOPER> ... "(" ... ")" ... "*" ...
"^" ... <QUOTED> ... <TERM> ... <FUZZY_SLOP> ... <PREFIXTERM> ... <WILDTERM>
... <REGEXPTERM> ... "[" ... "{" ... <LPARAMS> ... <NUMBER> ...
</str>
<int name="code">400</int>
</lst>
</response>

How I can fix the query?

Regards

/Yago



-----
Best regards
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Query-syntax-error-Cannot-parse-tp4066560.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to