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

Alan Woodward updated SOLR-3985:
--------------------------------

    Attachment: SOLR-3985.patch

Patch, implementing a listener.  Also adds some more javadocs to 
ExternalFileField and FileFloatSource
                
> Allow ExternalFileField caches to be reloaded on newSearcher and 
> firstSearcher events
> -------------------------------------------------------------------------------------
>
>                 Key: SOLR-3985
>                 URL: https://issues.apache.org/jira/browse/SOLR-3985
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis
>            Reporter: Alan Woodward
>            Assignee: Alan Woodward
>            Priority: Minor
>             Fix For: 4.1, 5.0
>
>         Attachments: SOLR-3985.patch
>
>
> At the moment, ExternalFileField caches can only be refreshed/reloaded by 
> clearing them entirely, which forces a reload the next time they are used in 
> a query.  If your external files are big, this can take unacceptably long.
> Instead, we should allow the caches to be loaded on newSearcher/firstSearcher 
> events, running in the background.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to