Re: [CLucene-dev] How to create distributed index

2014-12-16 Thread Itamar Syn-Hershko
Don't even try.. just go with Elasticsearch or Solr. My $0.02 -- Itamar Syn-Hershko http://code972.com | @synhershko Freelance Developer & Consultant Author of RavenDB in Action On Tue, Dec 16, 2014 at 3:36 PM, Shailesh Birari wr

[CLucene-dev] How to create distributed index

2014-12-16 Thread Shailesh Birari
Hello, I am new to CLucene. I am looking for an example or document to implement distributed CLucene Index. Index should get created on Multiple machines and search should be run in parallel on all machines and should return consolidated results. Currently I am going through CLucene API document