Re: Setting up Lucene 6.x in IntelliJ

2016-09-06 Thread Reth RM
This 'ant idea' command works for lucene-solr code base https://github.com/apache/lucene-solr I was trying out specifically on lucene source code downloaded from apache lucene website. On Mon, Sep 5, 2016 at 8:19 PM, Erick Erickson wrote: > You have to execute the 'ant' target one level up fr

Re: Setting up Lucene 6.x in IntelliJ

2016-09-05 Thread Erick Erickson
You have to execute the 'ant' target one level up from lucene. I.e. you should see both the "lucene" and "solr" directories if you're in the correct place to execute that target. Best, Erick On Mon, Sep 5, 2016 at 8:01 PM, Reth RM wrote: > Hello, > > > According to the wiki( > http://wiki.apach

Re: Setting up Lucene 6.x in IntelliJ

2016-09-05 Thread Đạt Cao Mạnh
Hi Reth, You can follow the guide that I posted on http://datcm.blogspot.com/2016/02/setup-enviroment-hacking-into-solr.html. You will have an environment for both Lucene and SOLR. On Tue, Sep 6, 2016 at 10:11 AM Reth RM wrote: > Hello, > > > According to the wiki( > http://wiki.apache.org/luc

Setting up Lucene 6.x in IntelliJ

2016-09-05 Thread Reth RM
Hello, According to the wiki( http://wiki.apache.org/lucene-java/HowtoConfigureIntelliJ), I should execute below ant commands to setup lucene on intelliJ. 1. Run* ant ivy-bootstrap* from the command line to install the ivy jar in ~/.ant/lib/. 2. Run* ant idea* from the command line to populate y