[ 
https://issues.apache.org/jira/browse/LUCENE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763443#action_12763443
 ] 

Uwe Schindler edited comment on LUCENE-1959 at 10/8/09 3:52 AM:
----------------------------------------------------------------

I would put it into contrib (misc next to IndexNormModifier which is also 
command line), as it is a utility tool. I see no real reason to have it in 
core. We have then all flexibility to change and optimize it, as Andrzey 
suggested.

One thing against this tool in its current form: To copy the files it should 
use the directory abstraction lay and not use java.io directly. So open 
IndexInput/IndexOutput to copy the files.

      was (Author: thetaphi):
    I would put it into contrib, as it is a utility tool. I see no real reason 
to have it in core. We have then all flexibility to change and optimize it, as 
Andrzey suggested.

One thing against this tool in its current form: To copy the files it should 
use the directory abstraction lay and not use java.io directly. So open 
IndexInput/IndexOutput to copy the files.
  
> Index Splitter
> --------------
>
>                 Key: LUCENE-1959
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1959
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Index
>    Affects Versions: 2.9
>            Reporter: Jason Rutherglen
>            Assignee: Michael McCandless
>            Priority: Trivial
>             Fix For: 3.1
>
>         Attachments: LUCENE-1959.patch
>
>
> If an index has multiple segments, this tool allows splitting those segments 
> into separate directories.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to