On 12/1/2016 9:52 PM, Reth RM wrote:
> Does "ant server" executed under "/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
Hi Erick,
Does "ant server" executed under "/solr/" also compiles/includes
changes of patch made to lucene libraries?
This patch is adding/modifying lucene modules.
On Thu, Dec 1, 2016 at 5:02 PM, Erick Erickson
wrote:
> You need to execute the target "ant package" from the solr directory
>
You need to execute the target "ant package" from the solr directory
(i.e. the sibling of the lucene directory) under where you cloned the
Git repo.
You should then find a distro just like you'd download from one of the
mirrors, I don't quite remember where now, in build? dist?
If you're test
Hi,
I followed the below steps to apply a patch, but have issues, any pointers
to mistake or blogs to apply patch and update solr with patch, will be
helpful.
1. git clone https://github.com/apache/lucene-solr.git
2. ant clean, ant compile ant idea
3. open project in idea(intellij)
4. apply patch