Re: fq null pointer exception

2011-06-03 Thread Otis Gospodnetic
/ - Original Message > From: dan whelan > To: solr-user@lucene.apache.org > Sent: Fri, June 3, 2011 4:34:40 PM > Subject: Re: fq null pointer exception > > It returned results when I added the fl param. > > Strange... wonder what is going on there > > Thanks, > &g

Re: fq null pointer exception

2011-06-03 Thread Yonik Seeley
Dan, this doesn't really have anything to do with your filter on the Status field except that it causes different documents to be selected. The root cause is a schema mismatch with your index. A string field (or so the schema is saying it's a string field) is returning "null" for a value, which is

Re: fq null pointer exception

2011-06-03 Thread dan whelan
arch-lucene.com/ - Original Message From: dan whelan To: solr-user@lucene.apache.org Sent: Fri, June 3, 2011 1:38:33 PM Subject: Re: fq null pointer exception Otis, I just deleted the documents and committed and I still get that error. Thanks, Dan On 6/3/11 9:43 AM, Otis Gospodn

Re: fq null pointer exception

2011-06-03 Thread Otis Gospodnetic
gt; > > > - Original Message ---- > >> From: dan whelan > >> To: solr-user@lucene.apache.org > >> Sent: Fri, June 3, 2011 11:46:46 AM > >> Subject: fq null pointer exception > >> > >> I am noticing something strange with our recent

Re: fq null pointer exception

2011-06-03 Thread dan whelan
ot;? Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message From: dan whelan To: solr-user@lucene.apache.org Sent: Fri, June 3, 2011 11:46:46 AM Subject: fq null pointer exception I am noticing something strang

Re: fq null pointer exception

2011-06-03 Thread Otis Gospodnetic
al Message > From: dan whelan > To: solr-user@lucene.apache.org > Sent: Fri, June 3, 2011 11:46:46 AM > Subject: fq null pointer exception > > I am noticing something strange with our recent upgrade to solr 3.1 and want > to >see if anyone has experienced anything si

fq null pointer exception

2011-06-03 Thread dan whelan
I am noticing something strange with our recent upgrade to solr 3.1 and want to see if anyone has experienced anything similar. I have a solr.StrField field named Status the values are Enabled, Disabled, or '' When I facet on that field it I get Enabled 4409565 Disabled 29185 "" 112 The is