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

Adrien Grand commented on LUCENE-4340:
--------------------------------------

I tried the proposed approach on my local copy (unfortunately, the diff is 
pretty meaningless because of the svn mvoves, does anyone know how to produce 
something both readable and applyable through svn?):

 - moved  all sub packages of oal.codecs except perfield and lucene40 to a new 
{{codecs}} module,
 - also moved BlockTerms{Reader,Writer}, FixedGapTermsIndex{Reader, Writer}, 
TermsIndex{Reader,Writer}Base, VariableGapTermsIndex{Reader,Writer},
 - lucene-codecs has been added to the classpath of test-framework,
 - lucene-codecs has been added to the test classpath of lucene-core.

Compilation and tests seem to work fine...

Does it look good to you? I tried to take care of javadocs, eclipse, idea and 
Maven, is there anything else I should worry about?
                
> Move all codecs but Lucene40 to a module
> ----------------------------------------
>
>                 Key: LUCENE-4340
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4340
>             Project: Lucene - Core
>          Issue Type: Task
>          Components: core/codecs, general/build
>            Reporter: Adrien Grand
>             Fix For: 5.0, 4.0
>
>
> We should move all concrete postings formats and codecs but Lucene40 to a 
> module.

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

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

Reply via email to