tokee / lucene-solr

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

Add fast term lookup to non-DocValues faceting #15

Closed tokee closed 9 years ago

tokee commented 9 years ago

For distributed search, the second phase (fine-counting of top-X terms) is only sparse-optimized for DocValues fields. This should be extended to also handle non-DocValued fields.

tokee commented 9 years ago

This was implemented some time ago, but the issue was not closed.