On 12/1/2016 9:52 PM, Reth RM wrote: > Does "ant server" executed under "<git dir>/solr/" also > compiles/includes changes of patch made to lucene libraries? This > patch is adding/modifying lucene modules.
Compiling Solr will also compile Lucene. I would amend the procedure a little bit to be absolutely sure that everything is built properly. You should do "ant clean" at the top level first, then "ant server" in the solr directory. Thanks, Shawn