[
https://issues.apache.org/jira/browse/BLUR-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13793942#comment-13793942
]
Rahul Challapalli commented on BLUR-208:
----------------------------------------
Hi Saurabh,
Thanks for the patch. It looks good. However we might want to disable CFS and
for that we might have to use MergePolicy instance. I believe we can do it with
below code. I also commented on Blur-271. So lets see if Aaron has any
insights.
MergePolicy mergePolicy = (MergePolicy) conf.getMergePolicy();
mergePolicy.setNoCFSRatio(0.0);
Since you have removed references to this piece of code from multiple places in
the patch, I just wanted to make sure that we do not loose anything.
- Rahul
> Upgrade to Lucene 4.4
> ---------------------
>
> Key: BLUR-208
> URL: https://issues.apache.org/jira/browse/BLUR-208
> Project: Apache Blur
> Issue Type: Improvement
> Components: Blur
> Affects Versions: 0.3.0
> Reporter: Aaron McCurry
> Fix For: 0.3.0
>
> Attachments: 0001-BLUR-208-Upgrade-blur-to-lucene-4.4-version.patch
>
>
> Be aware of the follow issues:
> - https://issues.apache.org/jira/browse/LUCENE-4967
> - https://issues.apache.org/jira/browse/LUCENE-5038
--
This message was sent by Atlassian JIRA
(v6.1#6144)