heads up: reindex trunk indexes

2012-10-22 Thread Robert Muir
I committed https://issues.apache.org/jira/browse/LUCENE-4497. You should reindex - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

heads up: reindex trunk indexes

2011-12-01 Thread Robert Muir
I just committed https://issues.apache.org/jira/browse/LUCENE-3612, you need to reindex. if you have an existing checkout also rm -rf /solr/core/src/test-files/solr/data , or you get scary exceptions like: SCHWERWIEGEND: java.lang.RuntimeException: org.apache.lucene.index.CorruptIndexException:

heads up: reindex trunk indexes

2011-11-04 Thread Robert Muir
I just committed https://issues.apache.org/jira/browse/LUCENE-3490 If you are using trunk, you will need to reindex. if you are a developer with an old svn checkout, please rm -rf solr/core/src/test-files/solr/data. Some solr tests leave indexes under the source code tree! (yet also svn

heads up: reindex trunk indexes if used with DocValues

2011-10-12 Thread Simon Willnauer
Hey folks, I just committed https://issues.apache.org/jira/browse/LUCENE-3507 which has small changes in the DocValues index format for sorted variants. If you use Sorted_Byte DocValues from Lucene (trunk) you should reindex before you upgrade. simon

heads up: reindex trunk indexes if used with DocValues

2011-10-07 Thread Simon Willnauer
Hey folks, I committed https://issues.apache.org/jira/browse/LUCENE-3433 which has small changes in the DocValues index format. If you use DocValues from Lucene (trunk) you should reindex before you upgrade. simon - To

heads up: reindex trunk indexes if used with DocValues

2011-09-28 Thread Simon Willnauer
Hey folks, I just committed https://issues.apache.org/jira/browse/LUCENE-3467 which has small changes in the DocValues index format. If you use DocValues from Lucene (trunk) you should reindex before you upgrade. simon - To

heads up: reindex trunk indexes

2011-09-11 Thread Robert Muir
I just committed https://issues.apache.org/jira/browse/LUCENE-3423 If you are using trunk, you should reindex. -- lucidimagination.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands,

heads up: reindex trunk indexes

2011-07-11 Thread Robert Muir
I just committed https://issues.apache.org/jira/browse/LUCENE-3233, which includes improvements that change the format of the terms index. You should reindex. -- lucidimagination.com - To unsubscribe, e-mail:

Re: heads up: reindex trunk indexes

2011-07-09 Thread Yonik Seeley
And if you forget to re-index (like I did) you will see an exception looking like this: Caused by: java.lang.NullPointerException at org.apache.lucene.index.codecs.BlockTermsReader.init(BlockTermsReader.java:139) at

heads up: reindex trunk indexes

2011-07-08 Thread Robert Muir
i just committed https://issues.apache.org/jira/browse/LUCENE-3290, you need to re-index. -- lucidimagination.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

Re: heads up: reindex trunk indexes

2011-07-08 Thread Ryan McKinley
Thanks for the heads up! how hard would it be to write something to upgrade the terms dictionary header? I just released software with a recent trunk :( ryan On Fri, Jul 8, 2011 at 5:28 PM, Robert Muir rcm...@gmail.com wrote: i just committed