You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2016/10/29 22:16:58 UTC

[jira] [Updated] (SOLR-9703) Increase sub-facet efficiency, don't re-parse queries for each parent bucket

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

Yonik Seeley updated SOLR-9703:
-------------------------------
    Component/s: Facet Module

> 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) 
>          Components: Facet Module
>            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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org