On Wed, Nov 7, 2012 at 11:10 PM, Ian Lea <ian....@gmail.com> wrote:
>
> Sorry, didn't notice that refreshIfNeeded is protected.

It's not only protected... but the class is final as well (the method
might as well be private so that it doesn't give a false sense of hope
that it can be overridden.)

I might have to clone the whole class just to make the method public.

> You could run IndexUpgrader on your old indexes to bring them up to date, in 
> stages
> from v2 to v3 then v4, then upgrade.

If it were our own indexes I would just do that, but this is an
application used by others, and our users complained the last time I
tried to put in any kind of index-wide migration.

TX

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to