tokee / lucene-solr

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

Large result sets in distributed settings are slow #48

Closed tokee closed 9 years ago

tokee commented 9 years ago

Poor decision logic in the code means that while phase 1 of distributed faceting is processed with the optimum code path, phase 2 might not be (if there is no cached counter available).

The logic of phase 2 should be

tokee commented 9 years ago

Fixed by commit 392e74648d091425358764aeb1fbd6edc15a3733