On 9/30/2014 8:48 PM, Yingwei Zhang wrote: > Hi - we are using Solr 4.6.1 and I want to make some changes build my > own version of the library. The challenge is I only want to change Solr, > not Lucene. So I want to make a Solr version 4.6.1.yw, but it will still > depends on Lucene 4.6.1. Is there an easy way to split the version of > Lucene dependency and the version of Solr itself?
The source code for Solr 4.6.1 also includes all of the source code for Lucene 4.6.1. If you only change the Solr source code, then the Lucene jars that get built will be functionally identical to "standard" Lucene 4.6.1. They would have slightly different version numbers from the official release, but they could be swapped with the officially released jars with no problem. Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
