tokee / lucene-solr

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

Investigate pivot faceting #19

Open tokee opened 9 years ago

tokee commented 9 years ago

It seems that pivot faceting is prone to the same slowdown in the second phase of distributed faceting. It should be investigated whether this can benefit from the same speed-up trick that simple sparse faceting uses. Even if the terms are related to different filters, it should be possible to speed the individual calls, if the number of terms/filter is high enough.