On Sun, Apr 26, 2009 at 11:04 AM, Allahbaksh Asadullah < allahbaks...@gmail.com> wrote:
> HI Otis, > I am using HTTPClient for authentication. When I use the server with > Authentication for searching it works fine. But when I use it for > indexing it throws error. > What is the error? Is it thrown by Solr or your servlet container? One difference between a search request and update request with Solrj is that a search request uses HTTP GET by default but an update request uses an HTTP POST by default. Perhaps your authentication scheme is not configured correctly for POST requests? -- Regards, Shalin Shekhar Mangar.