Re: NullPointerException with ExpandComponent on Collapsed Null Values

2019-06-04 Thread Joel Bernstein
This should be considered a bug. Feel free file jira for this. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Jun 4, 2019 at 9:16 AM aus...@3bx.org.INVALID wrote: > Just wanted to provide a bit more information on this issue after > experimenting a bit more. > > The error I've describe

Re: NullPointerException with ExpandComponent on Collapsed Null Values

2019-06-04 Thread aus...@3bx.org.INVALID
Just wanted to provide a bit more information on this issue after experimenting a bit more. The error I've described below only seems to occur when I'm collapsing/expanding on an integer field. If I switch the field type to a string, no errors occur if there are missing field values within the do

NullPointerException with ExpandComponent on Collapsed Null Values

2019-05-28 Thread aus...@3bx.org.INVALID
Hi all, I’m currently running 7.5.0 and am looking to use the collapse and expand results functionality. The field I’m attempting to collapse on is an “int” field that isn’t required, and I’m using a null policy of expand to create a unique group for each document that has a missing field.