[ 
https://issues.apache.org/jira/browse/BLUR-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638957#comment-13638957
 ] 

Aaron McCurry commented on BLUR-76:
-----------------------------------

I have a working version of this with Lucene 4, will clean it up a bit later 
today.
                
> Create index warmup
> -------------------
>
>                 Key: BLUR-76
>                 URL: https://issues.apache.org/jira/browse/BLUR-76
>             Project: Apache Blur
>          Issue Type: Bug
>    Affects Versions: 0.1.5
>            Reporter: Aaron McCurry
>             Fix For: 0.1.5
>
>
> 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