Re: Group by query reports null pointer when unique key is not stored

2024-02-07 Thread Robi Petersen
ob/main/CONTRIBUTING.md#contributing-documentation > details. > > Best wishes, > Christine > > From: users@solr.apache.org At: 02/07/24 00:31:23 UTCTo: > users@solr.apache.org > Subject: Re: Group by query reports null pointer when unique key is not > stored > > I al

Re: Group by query reports null pointer when unique key is not stored

2024-02-07 Thread Christine Poerschke (BLOOMBERG/ LONDON)
/main/CONTRIBUTING.md#contributing-documentation details. Best wishes, Christine From: users@solr.apache.org At: 02/07/24 00:31:23 UTCTo: users@solr.apache.org Subject: Re: Group by query reports null pointer when unique key is not stored I also got this exception before and in order to avoid reindexing

Re: Group by query reports null pointer when unique key is not stored

2024-02-06 Thread uyil...@vivaldi.net.INVALID
I also got this exception before and in order to avoid reindexing TB's of data, had to resort to grouping via streaming expressions, which has its ups and downs. If it's technically infeasible to substitute docValues for this purpose (when useDocValuesAsStored:true), it would be nice if it was d