Re: Solr 3.6.0 problem with multi-core and json

2012-05-21 Thread Chris Hostetter
: I should clarify the error a bit. When I make a select request on my first : core (called core0) using the wt=json parameter I get a 400 response with : the explanation undefined field: gid. The field gid is not defined in the : schema.xml file of my first core. But, it is defined in the

Solr 3.6.0 problem with multi-core and json

2012-05-18 Thread dm_tim
Howdy, I have a multi-core set up in Solr 3.6.0 which works fine. That is until I request the response in json with the wt=json parameter. When I do that it looks like its using the schema.xml file of one of my other cores because it complains that it can not get a required field that exists in

Re: Solr 3.6.0 problem with multi-core and json

2012-05-18 Thread dm_tim
I should clarify the error a bit. When I make a select request on my first core (called core0) using the wt=json parameter I get a 400 response with the explanation undefined field: gid. The field gid is not defined in the schema.xml file of my first core. But, it is defined in the schema.xml file