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.