You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shai Erera (Updated) (JIRA)" <ji...@apache.org> on 2012/03/06 07:41:03 UTC

[jira] [Updated] (LUCENE-2921) Now that we track the code version at the segment level, we can stop tracking it also in each file level

     [ https://issues.apache.org/jira/browse/LUCENE-2921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shai Erera updated LUCENE-2921:
-------------------------------

    Fix Version/s:     (was: 3.6)

Removing 3.6 version. Since this requires an index format change, I think that it'd be good if we can resolve it by 4.0 Alpha.
                
> Now that we track the code version at the segment level, we can stop tracking it also in each file level
> --------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-2921
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2921
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: core/index
>            Reporter: Shai Erera
>             Fix For: 4.0
>
>
> Now that we track the code version that created the segment at the segment level, we can stop tracking versions in each file. This has several major benefits:
> # Today the constant names that use to track versions are confusing - they do not state since which version it applies to, and so it's harder to determine which formats we can stop supporting when working on the next major release.
> # Those format numbers are usually negative, but in some cases positive (inconsistency) -- we need to remember to increase it "one down" for the negative ones, which I always find confusing.
> # It will remove the format tracking from all the *Writers, and the *Reader will receive the code format (String) and work w/ the appropriate constant (e.g. Constants.LUCENE_30). Centralizing version tracking to SegmentInfo is an advantage IMO.
> It's not urgent that we do it for 3.1 (though it requires an index format change), because starting from 3.1 all segments track their version number anyway (or migrated to track it), so we can safely release it in follow-on 3x release.

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org