RE: ArrayIndexOutOfBoundsException with facet query

2011-04-11 Thread Burton-West, Tom
-user@lucene.apache.org Subject: Re: ArrayIndexOutOfBoundsException with facet query Right, it's the total number of terms across all fields... unfortunately. This class is used to enroll a term into the terms cache that wraps the terms dictionary, so in theory you could also hit this issue during normal sear

Re: ArrayIndexOutOfBoundsException with facet query

2011-04-11 Thread Michael McCandless
--Original Message- > From: Michael McCandless [mailto:luc...@mikemccandless.com] > Sent: Monday, April 11, 2011 8:40 AM > To: solr-user@lucene.apache.org > Cc: Burton-West, Tom > Subject: Re: ArrayIndexOutOfBoundsException with facet query > > Tom, > > I think I

RE: ArrayIndexOutOfBoundsException with facet query

2011-04-11 Thread Burton-West, Tom
ess [mailto:luc...@mikemccandless.com] Sent: Monday, April 11, 2011 8:40 AM To: solr-user@lucene.apache.org Cc: Burton-West, Tom Subject: Re: ArrayIndexOutOfBoundsException with facet query Tom, I think I see where this may be -- it looks like another > 2B terms bug in Lucene (we are using an int in

Re: ArrayIndexOutOfBoundsException with facet query

2011-04-11 Thread Michael McCandless
Tom, I think I see where this may be -- it looks like another > 2B terms bug in Lucene (we are using an int instead of a long in the TermInfoAndOrd class inside TermInfosReader.java), only present in 3.1. I'm also mad that Test2BTerms fails to catch this!! I will go fix that test and confirm it

Re: ArrayIndexOutOfBoundsException with facet query

2011-04-09 Thread Edgar Espina
Hi Tom, Can you show us the field definition for topicStr? Also, faceting is done on indexed rather than stored values. Can you check if the field is indexed? Thanks, On Fri, Apr 8, 2011 at 5:53 PM, Burton-West, Tom wrote: > The query below results in an array out of bounds exception: > sele