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 2017/11/07 16:04:00 UTC

[jira] [Updated] (SOLR-11553) facet refinement can use wrong access method

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

Yonik Seeley updated SOLR-11553:
--------------------------------
    Attachment: SOLR-11553.patch

Here's a simple patch that should fix the case when the first phase can use a UIF entry (UnInvertedField) and the second-pass refinement use a fieldcache entry (memory-docvalues).

> facet refinement can use wrong access method
> --------------------------------------------
>
>                 Key: SOLR-11553
>                 URL: https://issues.apache.org/jira/browse/SOLR-11553
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Facet Module
>    Affects Versions: 7.0
>            Reporter: Yonik Seeley
>             Fix For: 7.2
>
>         Attachments: SOLR-11553.patch
>
>
> First and second phase faceting can use different access methods (UIF in phase one, DV in phase 2) resulting in too much memory use.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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