Yonik Seeley created SOLR-9703:
----------------------------------

             Summary: Increase sub-facet efficiency, don't re-parse queries for 
each parent bucket
                 Key: SOLR-9703
                 URL: https://issues.apache.org/jira/browse/SOLR-9703
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Yonik Seeley


Right now, if one has a parent facet with a child facet, the child facet's 
queries (say from "filter") will be parsed for each processed bucket in the 
parent (in fact a new FacetProcessor will be created for each parent bucket).

We could have a parse cache, store the parsed queries in the request context, 
or perhaps do something more general and make facet processors reusable.  The 
latter  sounds the most promising way to reduce a bunch of redundant work per 
bucket.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to