You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Adrien Grand <jp...@gmail.com> on 2015/11/06 17:24:48 UTC

Heads up: reindex trunk/5.x indices

I committed a patch that changes the index format for doc values. As a
consequence, if you have indices that you built with lucene trunk or
branch_5x, you have to recreate them.

Note: if you are using an official release of Lucene, you can safely ignore
this message.

Re: Heads up: reindex trunk/5.x indices

Posted by Erick Erickson <er...@gmail.com>.
Jack:

Note: if you are using an official release of Lucene, you can safely
ignore this message.

indicates not.

On Fri, Nov 6, 2015 at 8:35 AM, Jack Krupansky <ja...@gmail.com> wrote:
> Will 5.x releases, x>3, require a reindex? I thought the idea was that only
> a major release (trunk) would change index format.
>
> -- Jack Krupansky
>
> On Fri, Nov 6, 2015 at 11:24 AM, Adrien Grand <jp...@gmail.com> wrote:
>>
>> I committed a patch that changes the index format for doc values. As a
>> consequence, if you have indices that you built with lucene trunk or
>> branch_5x, you have to recreate them.
>>
>> Note: if you are using an official release of Lucene, you can safely
>> ignore this message.
>
>

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


Re: Heads up: reindex trunk/5.x indices

Posted by Shawn Heisey <ap...@elyograg.org>.
On 11/6/2015 9:35 AM, Jack Krupansky wrote:
> Will 5.x releases, x>3, require a reindex? I thought the idea was that
> only a major release (trunk) would change index format.

If you've got an index built by an official release, any problems with
reading that index in a compatible major version are bugs.  That
guarantee does not extend to unreleased code in version control-- if you
build an index with branch_5x or trunk code, then update the checkout so
it includes Adrien's change, the index won't work and will need to be
rebuilt.

Thanks,
Shawn


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


RE: Heads up: reindex trunk/5.x indices

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi Jack,

 

If you would have read the whole message, the answer would be clear: “Note: if you are using an official release of Lucene, you can safely ignore this message.”

The message was for people who built their own Lucene 5.x or Trunk branch, not using an official release. The index format changed since 5.3, but now it changes again. In fact, only the post-5.3 format changed, which was never released.

 

Uwe

 

-----

Uwe Schindler

H.-H.-Meier-Allee 63, D-28213 Bremen

 <http://www.thetaphi.de/> http://www.thetaphi.de

eMail: uwe@thetaphi.de

 

From: Jack Krupansky [mailto:jack.krupansky@gmail.com] 
Sent: Friday, November 06, 2015 5:36 PM
To: Lucene-dev <de...@lucene.apache.org>
Subject: Re: Heads up: reindex trunk/5.x indices

 

Will 5.x releases, x>3, require a reindex? I thought the idea was that only a major release (trunk) would change index format.




-- Jack Krupansky

 

On Fri, Nov 6, 2015 at 11:24 AM, Adrien Grand < <ma...@gmail.com> jpountz@gmail.com> wrote:

I committed a patch that changes the index format for doc values. As a consequence, if you have indices that you built with lucene trunk or branch_5x, you have to recreate them.

Note: if you are using an official release of Lucene, you can safely ignore this message.

 


Re: Heads up: reindex trunk/5.x indices

Posted by Jack Krupansky <ja...@gmail.com>.
Will 5.x releases, x>3, require a reindex? I thought the idea was that only
a major release (trunk) would change index format.

-- Jack Krupansky

On Fri, Nov 6, 2015 at 11:24 AM, Adrien Grand <jp...@gmail.com> wrote:

> I committed a patch that changes the index format for doc values. As a
> consequence, if you have indices that you built with lucene trunk or
> branch_5x, you have to recreate them.
>
> Note: if you are using an official release of Lucene, you can safely
> ignore this message.
>