You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mikhail Khludnev (JIRA)" <ji...@apache.org> on 2016/06/16 20:38:05 UTC

[jira] [Created] (SOLR-9218) prevent filter exclusions in facet from caching main query as a filter

Mikhail Khludnev created SOLR-9218:
--------------------------------------

             Summary: prevent filter exclusions in facet from caching main query as a filter
                 Key: SOLR-9218
                 URL: https://issues.apache.org/jira/browse/SOLR-9218
             Project: Solr
          Issue Type: Improvement
          Components: Facet Module, faceting
    Affects Versions: 6.1
            Reporter: Mikhail Khludnev
            Priority: Minor


when I specify filter exclusion for calculating facets a main query is cached as a filter. I'm concerned about hit ratio. Can we both facet implementations: [the old|https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/request/SimpleFacets.java#L260] and [the new one|https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/search/facet/FacetProcessor.java#L156] just use existing base docset for calculating exclusion docset?  

[~yseeley@gmail.com] please provide your concerns. 



--
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