On Wed, Mar 26, 2008 at 3:05 PM, Chris Harris <[EMAIL PROTECTED]> wrote: > What are the odds that I can plop an index created in Solr 1.2 into a > Solr 1.3 and/or Solr trunk install and have things work correctly?
Should be relatively high. I'd never do it on a live index, regardless of what is advertised, without first trying it on a test copy. If you are in a replicated environment, try on a single slave. If that works correctly, then convert all other slaves before converting the master. -Yonik