On Wed, Dec 10, 2008 at 5:12 PM, sunnyfr <[EMAIL PROTECTED]> wrote: > > When I look for this expression it does stop the search at the &, taking > that for a parameter i guess. >
You will need to URL encode the query parameter before you make the request. URLEncoder.encode("tom & jerry", "UTF-8"); If you are using SolrJ, it will automatically take care of this. -- Regards, Shalin Shekhar Mangar.