For just curiosity Could you explain bit why do we need this? Regards, Gagan
On Wednesday, May 22, 2013, Aaron McCurry (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/BLUR-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > Aaron McCurry closed BLUR-94. > ----------------------------- > > Resolution: Fixed > > > https://git-wip-us.apache.org/repos/asf?p=incubator-blur.git;a=commit;h=0d23eddda70bbee34b2e9d38240b29825455448e > > > Optimize index in flight > > ------------------------ > > > > Key: BLUR-94 > > URL: https://issues.apache.org/jira/browse/BLUR-94 > > Project: Apache Blur > > Issue Type: Improvement > > Affects Versions: 0.1.5 > > Reporter: Aaron McCurry > > Fix For: 0.1.5 > > > > > > In the BlurOutputFormat, during the copy phase of the index (where the > locally indexed index is being copied to the remote hdfs), and an option to > optimize the index in flight. This can be as simple as opening a writer on > the remote destination and calling addIndex(indexReader) on that index > writer. This will require the local index to be opened by a > DirectoryReader. > > -- > 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 >
