/[Apache-SVN]
ViewVC logotype

Revision 1725639


Jump to revision: Previous Next
Author: dpgove
Date: Tue Jan 19 22:42:06 2016 UTC (8 years, 3 months ago)
Changed paths: 2
Log Message:
SOLR-8559: FCS facet performance optimization

Significantly speeds up processing when terms are high cardinality and the matching docset is small. 
When facet minCount > 0 and the number of matching documents is small (or 0) this enhancement 
prevents considering terms which have a 0 count. Also includes change to move to the next non-zero 
term value when selecting a segment position.



Changed paths

Path Details
Directorylucene/dev/branches/branch_5x/solr/CHANGES.txt modified , text changed
Directorylucene/dev/branches/branch_5x/solr/core/src/java/org/apache/solr/request/PerSegmentSingleValuedFaceting.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26