Re: Error 400 in Solr 1.4

2011-07-19 Thread Erik Hatcher
Just a hunch, ;), but I'm guessing you don't have a price field defined.  qt is 
for selecting a request handler you have defined in your solrconfig.xml - you 
need to customize the parameters to your schema.

Erik

On Jul 19, 2011, at 04:32 , Yusniel Hidalgo Delgado wrote:

 Hi,
 
 I have a problem when I try to send the qt param to Solr 1.4 with dismax 
 value. I get the following error from Solr response:
 
 HTTP ERROR: 400
 
 undefined field price
 
 RequestURI=/solr/select
 
 Any idea?
 
 Regards.



Re: Error 400 in Solr 1.4

2011-07-19 Thread Yusniel Hidalgo Delgado
Thanks Erik for your quick reply. You are right, In my solrconfig.xml 
file, I did have a wrong configuration option. Thanks again.


El 19/07/11 16:37, Erik Hatcher escribió:

Just a hunch, ;), but I'm guessing you don't have a price field defined.  qt is 
for selecting a request handler you have defined in your solrconfig.xml - you 
need to customize the parameters to your schema.

Erik

On Jul 19, 2011, at 04:32 , Yusniel Hidalgo Delgado wrote:


Hi,

I have a problem when I try to send the qt param to Solr 1.4 with dismax value. 
I get the following error from Solr response:

HTTP ERROR: 400

undefined field price

RequestURI=/solr/select

Any idea?

Regards.