Hello,

Regarding HTTP specific characters(like spaces and &) , you'll need to
URL-encode those if you are firing queries directly to Solr but you don't
need to do so if you are using a Solr client such as SolrJ.

Regards,
- Savvas

On 26 February 2011 03:11, cyang2010 <ysxsu...@hotmail.com> wrote:

> How to handle special character when constructing filter query?
>
> for example, i want to do something like:
>
> http://.....&fq=genre:ACTION & ADVENTURE
>
>
> How do i handle the space and & in the filter query part?
>
>
> Thanks.
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/How-to-handle-special-character-in-filter-query-tp2579978p2579978.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to