Does SOLR provide a java class to perform url-encoding

2010-05-25 Thread JohnRodey
=standardexplainOther=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

Re: Does SOLR provide a java class to perform url-encoding

2010-05-25 Thread Sean Timm
Java provides one. You probably want to use utf-8 as the encoding scheme. http://java.sun.com/javase/6/docs/api/java/net/URLEncoder.html Note you also will want to strip or escape character that are meaningful in the Solr/Lucene query syntax.

Re: Does SOLR provide a java class to perform url-encoding

2010-05-25 Thread JohnRodey
on? Or is there a better way? -- View this message in context: http://lucene.472066.n3.nabble.com/Does-SOLR-provide-a-java-class-to-perform-url-encoding-tp842660p842744.html Sent from the Solr - User mailing list archive at Nabble.com.