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.