tokee / lucene-solr

High cardinality faceting (SOLR-5894)
http://tokee.github.io/lucene-solr/
7 stars 1 forks source link

Duplicate facet values #13

Closed tokee closed 10 years ago

tokee commented 10 years ago

@DmitryKey has observed duplicate facet entries in a single-core setup using DocValues for the faceting fields. The culprit is the iterator in ValueCounter.

DmitryKey commented 10 years ago

facet.sparse=false surfaces this: 18158 in a facet value vs 3 with facet.sparse=true.

tokee commented 10 years ago

It seems that issue #9 also fixed this.