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
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