>1. Do we have to reindex all content again to use Solr 3.1 ? >2. If we don't reindex all content are there any potential issues ? (I >read somewhere that first commit would change the 1.4.1 format to 3.1. >have the analyzer's behavior changed which warrants reindexing ?) >3. Apart from deploying the new solr 3.1 war; Is it just enough to set >"<luceneMatchVersion>LUCENE_31</luceneMatchVersion>" to get all the >goodies and bug fixes of the LUCENE/SOLR 3.1 ?
HI Solr-3.1 version usage the the latest version of Lucene jars so if you are planning to Upgrade then it is necessary to Re index all the content with Solr3.1 version. Not re-indexing will possibly cause of index corruption because newer version of lucene will create indexes in Newer version which is backward compatible for read only. setting <luceneMatchVersion>LUCENE_31</luceneMatchVersion> is not enough because it will not get the lucene 3.1 jar automatically. ----- Thanx: Grijesh www.gettinhahead.co.in -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-3-1-Upgrade-Reindex-necessary-tp2919679p2922645.html Sent from the Solr - User mailing list archive at Nabble.com.