tokee / lucene-solr

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

Make facet.method=fcs sparse #8

Open tokee opened 10 years ago

tokee commented 10 years ago

Although the gains are suspected to be less than for fc (Field Cache), sparse faceting for fcs (Field Cache per Segment) should work the same way. It is a matter of understanding the fcs code and applying the same principles.