Use GET. That is the correct semantic for search results, you are getting information. A POST is wrong, because the request does not update that URL.
With a GET, you can use HTTP caching. Our HTTP cache for Solr has a 75% hit rate. wunder On 2/25/09 1:51 AM, "Ajay Agrawal" <a...@truesparrow.com> wrote: > Hi, > > I am a newbie in solr, please help me to solve this issue. > > I are facing problem while sending a post request to search special > characters. > > The get request is working fine but in post request we are not getting any > result. > > > > Thanks, > > Ajay > > >