Hi,
Any updates on this issue? I am using Solr 6.3 and I have hit this same
bug...
Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/java-lang-NullPointerException-in-json-facet-hll-function-tp4265378p4337877.html
Sent from the Solr - User mailing list archive at Nabb
Nop.
A normal query with wt=json
the q parameter is *:*
The unique particular thing with this index is that some docs has the field
visitor__visitor_id as dynamic type long and others has the field as type
string. (our indexer tool didn't resolve the type right as result of a bug,
th
Hmmm, looks like the "hll" value is missing for some reason. It's not
clear why that would happen... are you running any custom code?
-Yonik
On Tue, Mar 22, 2016 at 12:54 PM, Yago Riveiro wrote:
> Solr version: 5.3.1
>
> With this query:
>
> group:
> {
> type:terms,
>
Solr version: 5.3.1
With this query:
group:
{
type:terms,
limit:-1,
field:group,
sort:{index:asc},
numBuckets:true,
facet:{
col_1_unique_visitors:'hll(visitor__visitor_i