Aaron McCurry created BLUR-94:
---------------------------------

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

Reply via email to