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

Aaron McCurry closed BLUR-76.
-----------------------------

    Resolution: Fixed

https://git-wip-us.apache.org/repos/asf?p=incubator-blur.git;a=commit;h=9daa5dc277e63f757206667897af062fb4d71607


                
> Create index warmup
> -------------------
>
>                 Key: BLUR-76
>                 URL: https://issues.apache.org/jira/browse/BLUR-76
>             Project: Apache Blur
>          Issue Type: Bug
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Aaron McCurry
>             Fix For: 0.2.0, 0.3.0
>
>
> Currently the 0.1.5 warmup logic is very basic when compared to prior 
> versions.  The reason for the change it that the warmup logic is not 
> compatible with Lucene 4 code.
> Basically the idea of the warmup is prefetch and populate the blockcache with 
> preconfigured fields, so that queries that involve those fields will be in 
> memory.  The previous version used reflection to access the terminfos in the 
> segmentreaders to the positions in the various files that needed to be read 
> into memory on a field by field basis.  We need to figure out how to do this 
> in Lucene 4

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

Reply via email to