I would like to leverage on whatever SOLR provides to properly url-encode a
search string.

For example a user enters:
"mr. bill" oh no

The URL submitted by the admin page is:
http://localhost:8983/solr/select?indent=on&version=2.2&q=%22mr.+bill%22+oh+no&fq=&start=0&rows=10&fl=*%2Cscore&qt=standard&wt=standard&explainOther=&hl.fl=

Since the admin page uses it I would image that this functionality is there,
but having some trouble finding it.
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Does-SOLR-provide-a-java-class-to-perform-url-encoding-tp842660p842660.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to