You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2009/12/07 19:15:18 UTC

[jira] Commented: (SOLR-1607) use a proper key other than IndexReader for ExternalFileField and QueryElevationCompenent to work properly when reopenReaders is set to true

    [ https://issues.apache.org/jira/browse/SOLR-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787024#action_12787024 ] 

Hoss Man commented on SOLR-1607:
--------------------------------

I'm not too familiar with the internals of ExternalFileField and QueryElevationCompenent, but if the caching is already broken because of reopen, then now is probably a good time to try to gut their one-off caches and replace them with uses of SolrCache -- that way we can have regenerators for them to autowarm on newSearcher.

(ExternalFileField would probably be pretty hard to make work like this however, because of the way schema.xml resources are isolated from the SolrCore)

> use a proper key other than IndexReader for ExternalFileField and QueryElevationCompenent to work properly when reopenReaders is set to true
> --------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-1607
>                 URL: https://issues.apache.org/jira/browse/SOLR-1607
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 1.4
>            Reporter: Koji Sekiguchi
>            Assignee: Koji Sekiguchi
>            Priority: Minor
>             Fix For: 1.5
>
>
> As introducing reopenReaders feature in 1.4, this prevent reload external_[fieldname] and elevate.xml files in dataDir when commit is submitted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.