Re: Strange NPE with SOLR-236 (Field collapsing)

2010-05-12 Thread Erick Erickson
Gary: If you could make a patch out of your changes that would be great. The dev list would be a good place to get it some attention. There's no need to open a JIRA before posting to the dev list, but one should be created if there's agreement that this is something that should be fixed. Best Eri

Re: Strange NPE with SOLR-236 (Field collapsing)

2010-05-12 Thread Gary
Hi Eric I catch the NPE in the NonAdjacentDocumentCollapser class and now it does return the data field collapsed. However I can not promise how accurate or correct this fix is becuase I have not got allot of time to study all the code. It would be best if some of the experts could give us a

Strange NPE with SOLR-236 (Field collapsing)

2010-05-10 Thread Eric Caron
Using the latest from trunk as of 2010-04-29, and the SOLR-236-trunk.patch from 2010-03-29 05:08, I get a nullpointerexception whenever I use collapse.field and a fq. Works: /solr/select/?q=sales&fq=country%3A1 Works: /solr/select/?q=sales&collapse.f