solrQuery.setQuery(ClientUtils.escapeQueryChars(keyword));

It looks like using the solrj ClientUtils.escapeQueryChars function is
escaping any spaces with %5C+ which returns 0 results at search time.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/solr-4-3-solrj-generating-search-terms-that-return-no-results-tp4077137p4077141.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to