You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Simon Willnauer <si...@googlemail.com> on 2010/11/10 17:40:54 UTC

Index File Format change on trunk

Hey folks | devs,

I just wanted to give you a heads up that the just committed
LUCENE-2742 contains a index file format change. Indexes build with
Lucene TRUNK will not work anymore and need to be reindexed. If you
are using trunk you should reindex after you update to latest trunk.
Indexes build with previous version of Lucene will work just fine and
no action is required.

simon

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


Re: Index File Format change on trunk

Posted by Simon Willnauer <si...@googlemail.com>.
On Thu, Nov 11, 2010 at 2:57 PM, Yonik Seeley
<yo...@lucidimagination.com> wrote:
> Thanks for the heads-up... I tried not rebuilding the index on Solr
> just to see what type of exception I'd get:
>
> Caused by: java.lang.IllegalArgumentException: required codec
> 'tandardos       Windows 7
> os.version6.1sourceflushlucene.version34.0-SNAPSHOT 10' not found
heh, it tried to read the first string in the stringstring map for the
segment and get the codec for it :D
yeah we didn't add a check for it since it is only a change in trunk though.

simon
>
> -Yonik
> http://www.lucidimagination.com
>
>
> On Wed, Nov 10, 2010 at 11:40 AM, Simon Willnauer
> <si...@googlemail.com> wrote:
>> Hey folks | devs,
>>
>> I just wanted to give you a heads up that the just committed
>> LUCENE-2742 contains a index file format change. Indexes build with
>> Lucene TRUNK will not work anymore and need to be reindexed. If you
>> are using trunk you should reindex after you update to latest trunk.
>> Indexes build with previous version of Lucene will work just fine and
>> no action is required.
>>
>> simon
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

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


Re: Index File Format change on trunk

Posted by Yonik Seeley <yo...@lucidimagination.com>.
Thanks for the heads-up... I tried not rebuilding the index on Solr
just to see what type of exception I'd get:

Caused by: java.lang.IllegalArgumentException: required codec
'tandardos       Windows 7
os.version6.1sourceflushlucene.version34.0-SNAPSHOT 10' not found

-Yonik
http://www.lucidimagination.com


On Wed, Nov 10, 2010 at 11:40 AM, Simon Willnauer
<si...@googlemail.com> wrote:
> Hey folks | devs,
>
> I just wanted to give you a heads up that the just committed
> LUCENE-2742 contains a index file format change. Indexes build with
> Lucene TRUNK will not work anymore and need to be reindexed. If you
> are using trunk you should reindex after you update to latest trunk.
> Indexes build with previous version of Lucene will work just fine and
> no action is required.
>
> simon
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

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