Maybe your schema has "omitted" position information for the "text" field which is required to query phrases. That would throw an exception on every server for a distributed query. Still, that does seem like an odd exception for a simple query problem.

-- Jack Krupansky

-----Original Message----- From: michael.boom
Sent: Thursday, October 31, 2013 7:31 AM
To: solr-user@lucene.apache.org
Subject: Query OR operator triggers weird exception

I run a set of queries using the AdminUI and some of them trigger a weird
error:
"error": {
   "msg": "org.apache.solr.client.solrj.SolrServerException: No live
SolrServers available to handle this request:...........
   "code": 500
 }
Here's the pattern, using the edismax parser:
title:"blue hat" OR text:"blue hat"               -->error above
title:"blue hat" OR text:"bluehat"                --> OK
title:"blue hat" OR text:(blue hat)               --> OK
title:(blue hat) OR text:(blue hat)                --> OK

Any idea what is wrong here?
Thanks!



-----
Thanks,
Michael
--
View this message in context: http://lucene.472066.n3.nabble.com/Query-OR-operator-triggers-weird-exception-tp4098605.html Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to