solr cloud: NullPointerException with empty resultset

2013-06-24 Thread Mid Night
We have a solr cloud installation and when I execute a query that returns an empty resultset because of the filter queries applied, a NullPointerException is thrown. This is the error msg: Solr HTTP error: OK (500) {"error":{"trace":"java.lang.NullPointerException\n\tat org.apache.solr.handler.co

Re: Undefined field problem.

2013-03-25 Thread Mid Night
eld types in my attempts to fix the error. On 25 March 2013 11:21, Mid Night wrote: > Hi, > > > I recently added a new field (toptipp) to an existing solr schema.xml and > it worked just fine. Subsequently I added to more fields (active_cruises > and non_grata) to th

Undefined field problem.

2013-03-25 Thread Mid Night
Hi, I recently added a new field (toptipp) to an existing solr schema.xml and it worked just fine. Subsequently I added to more fields (active_cruises and non_grata) to the schema and now I get this error: 4006undefined field: "active_cruise"400 My solr db is populated via a program that c