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

Robert Muir commented on LUCENE-3707:
-------------------------------------

The first patch looks good to me. We can open a new issue about this 'format' 
business.

We should deprecate any getter for this on SegmentInfos. We also need to fix 
CheckIndex to not try to 'interpret' this thing
and print out information about it to the user, because that will only cause 
confusion.

Given that the only purpose of this format is to know if we can read the codec 
string, and the rest of the index
is left up to the codec, its likely we might never change the format again!

So CheckIndex should be doing other things to print 'diagnostic' type stuff, 
not using this format byte.
                
> Add a Lucene3x private SegmentInfosFormat implemenation
> -------------------------------------------------------
>
>                 Key: LUCENE-3707
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3707
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: core/codecs
>    Affects Versions: 4.0
>            Reporter: Simon Willnauer
>            Assignee: Simon Willnauer
>            Priority: Blocker
>             Fix For: 4.0
>
>         Attachments: LUCENE-3707.patch, LUCENE-3707.patch
>
>
> we still don't have a Lucene3x & preflex version of segment infos format. we 
> need this before we release 4.0

--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to