-----Orijinal e-posta iletisi-----
From: Ryan McKinley [EMAIL PROTECTED]
Date: Tue, 20 Nov 2007 07:16:53 +0200
To: solr-user@lucene.apache.org
Subject: Re: Invalid value 'explicit' for echoParams parameter

> AHMET ARSLAN wrote:
> > I am a newbie at solr. I have done everything in the solr tutorial section. 
> > I am using the latest versions of both JDK(1.6.03) and Solr(2.2). I can see 
> > the solr admin page http://localhost:8983/solr/admin/ But when I hit the 
> > search button I receive an http error:
> > 
> > HTTP ERROR: 400
> > 
> > Invalid value 'explicit' for echoParams parameter, use 'EXPLICIT' or 'ALL'
> > RequestURI=/solr/select/
> > 
> > I also tried to run solr under Tomcat but again I was unsuccessful.
> > 
> > Any solutions or document links will be appreciated.
> > 
> > Thanks for your help... 
> > 
> 
> what is the URL when you get this error?
> 
> Have you edited the solrconfig.xml?  What happens if you put: 
> &echoParams=explicit in the query?
> 
> 

The URL is 
http://localhost:8983/solr/select/?q=solr&version=2.2&start=0&rows=10&indent=on
When i added &echoParams=explicit to the query nothing has changed. But when I 
find and replaced the word 'explicit' to uppercase 'EXPLICIT' in the 
solrconfig.xml it worked. The problem has solved. Thanks for your help.

Reply via email to