[ 
https://issues.apache.org/jira/browse/SOLR-15413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mayya Sharipova updated SOLR-15413:
-----------------------------------
    Security:     (was: Public)

> Speed up tag/exclude faceting
> -----------------------------
>
>                 Key: SOLR-15413
>                 URL: https://issues.apache.org/jira/browse/SOLR-15413
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Joel Bernstein
>            Priority: Major
>
> One of the major features Solr offers for e-commerce search is tag/exclude 
> faceting. This feature currently requires that the main query be executed 
> twice: Once for the matching/scoring phase and again for computing a DocSet 
> that matches the tag/exclude filters. Executing the main query twice is fine 
> as long as the main query is fast. But if the main query is heavy, executing 
> it twice can be a performance bottleneck. 
> This ticket will propose and hopefully implement a design that allows the 
> main query to be run once when tag/exclude faceting is used.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to