tokee / lucene-solr

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

Verify that cached finecount resolves the correct ordinal #53

Open tokee opened 9 years ago

tokee commented 9 years ago

Terms are resolved to ordinals in phase 2 of distributed faceting, if a previously filled counter is present in the cache. Verify that the ordinal is global and not segment-specific.