Heliosearch / heliosearch

The next generation of open source search
http://heliosearch.org
90 stars 19 forks source link

top-level string fieldcache #11

Closed yonik closed 10 years ago

yonik commented 10 years ago

Off-heap nCache currently only offers per-segment caches. Some things are more efficient with a top-level cache (such as single valued field faceting)

yonik commented 10 years ago

This has been checked in. Performance looks good, and it avoids the faceting/sorting FieldCache insanity that currently exists in Solr. http://heliosearch.org/solr-faceting-off-heap/