You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Ignacio Vera (Jira)" <ji...@apache.org> on 2021/01/29 09:47:00 UTC

[jira] [Comment Edited] (LUCENE-9705) Move all codec formats to the o.a.l.codecs.Lucene90 package

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

Ignacio Vera edited comment on LUCENE-9705 at 1/29/21, 9:46 AM:
----------------------------------------------------------------

Just to keep track here are the formats that need to be moved to Lucene90 package:

 
 * Lucene50CompoundFormat ([GitHub Pull Request #2268|https://github.com/apache/lucene-solr/pull/2268])
 * Lucene50LiveDocsFormat
 * Lucene50TermVectorsFormat
 * Lucene80DocValuesFormat
 * Lucene80NormsFormat
 * Lucene84PostingsFormat
 * Lucene86PointsFormat
 * Lucene87StoredFieldsFormat

 

 


was (Author: ivera):
Just to keep track here are the formats that need to be moved to Lucene90 package:

 
 * Lucene50CompoundFormat
 * Lucene50LiveDocsFormat
 * Lucene50TermVectorsFormat
 * Lucene80DocValuesFormat
 * Lucene80NormsFormat
 * Lucene84PostingsFormat
 * Lucene86PointsFormat
 * Lucene87StoredFieldsFormat

 

 

> Move all codec formats to the o.a.l.codecs.Lucene90 package
> -----------------------------------------------------------
>
>                 Key: LUCENE-9705
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9705
>             Project: Lucene - Core
>          Issue Type: Wish
>            Reporter: Ignacio Vera
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Current formats are distributed in different packages, prefixed with the Lucene version they were created. With the upcoming release of Lucene 9.0, it would be nice to move all those formats to just the o.a.l.codecs.Lucene90 package (and of course moving the current ones to the backwards-codecs).
> This issue would actually facilitate moving the directory API to little endian (LUCENE-9047) as the only codecs that would need to handle backwards compatibility will be the codecs in backwards codecs.
> In addition, it can help formalising the use of internal versions vs format versioning ( LUCENE-9616)
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org