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

Luca Cavanna commented on LUCENE-3586:
--------------------------------------

Hi Michael,
{quote}
Actually I don't like all the generics required in CommandLineUtil solely to 
support LTC's case; if not for LTC the util would be much simpler (just one 
method taking a String class name/path and returning a Directory instance).
{quote}
I see. But I think we were on the right track. Have a look at the last version, 
I kept the merged code removing that method with generics. If you don't like 
even this version I'll go back, no problem at all!

{quote}
Can you add the lost " // for javadocs" comment on one of CheckIndex's imports?
{quote}
Ops, I restored it.
                
> Choose a specific Directory implementation running the CheckIndex main
> ----------------------------------------------------------------------
>
>                 Key: LUCENE-3586
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3586
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Luca Cavanna
>            Assignee: Luca Cavanna
>            Priority: Minor
>         Attachments: LUCENE-3586.patch, LUCENE-3586.patch, LUCENE-3586.patch, 
> LUCENE-3586.patch
>
>
> It should be possible to choose a specific Directory implementation to use 
> during the CheckIndex process when we run it from its main.
> What about an additional main parameter?
> In fact, I'm experiencing some problems with MMapDirectory working with a big 
> segment, and after some failed attempts playing with maxChunkSize, I decided 
> to switch to another FSDirectory implementation but I needed to do that on my 
> own main.
> Should we also consider to use a FileSwitchDirectory?
> I'm willing to contribute, could you please let me know your thoughts about 
> it?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to