Re: How to check and handle empty Solr query

2014-05-30 Thread Jack Krupansky
9:01 AM To: solr-user@lucene.apache.org Subject: How to check and handle empty Solr query In my code sometimes I get an emty query. Namely ... q=& which causes "bad request" exception. How to gracefully check query correctness and bypass execution if it is not correct. -- View

How to check and handle empty Solr query

2014-05-30 Thread vit
In my code sometimes I get an emty query. Namely ... q=& which causes "bad request" exception. How to gracefully check query correctness and bypass execution if it is not correct. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-check-and-handle-em