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

Robert Muir resolved LUCENE-5412.
---------------------------------
       Resolution: Fixed
    Fix Version/s: Trunk
                   5.0

> SI.files should strip segment names
> -----------------------------------
>
>                 Key: LUCENE-5412
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5412
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>             Fix For: 5.0, Trunk
>
>
> Followup from LUCENE-5377:
> the root cause of all the hair there is because SI.files (set of files used 
> by the segment), must be rewritten in addIndexes because its invalidated by 
> the change of segment name.
> alternatively we could just not store this stuff, and strip the segment 
> names. This is how CFS deals with this issue already.
> I think we can do this in a backwards compatible way too: for old codecs, the 
> readers could be changed to simply strip internally (e.g. ignore the "extra" 
> information they wrote) ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to