*ClientUtils.toQueryString()* saved my life ! I was boring for hours before finding solutions with my favourite search engine ;) http://lucene.472066.n3.nabble.com/Does-SOLR-provide-a-java-class-to-perform-url-encoding-td842660.html
final SolrQuery newQuery = SolrQueryBuilder.buildQuery(queryParam); ..... String queryUrl = url + "/select" + ClientUtils.toQueryString(newQuery, false); -- View this message in context: http://lucene.472066.n3.nabble.com/Query-url-escape-caracters-tp3412912p3413178.html Sent from the Solr - User mailing list archive at Nabble.com.