How to use LSH Filter

2016-09-05 Thread Reth RM
Re: this jira regarding LSH https://issues.apache.org/jira/browse/LUCENE-6968 Is there any documentation or steps to configure and test it? Thanks.

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

Re: Setting up Lucene 6.x in IntelliJ

2016-09-06 Thread Reth RM
27; 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: > > Hel