Lucene cluster with NFS or synchronization tool such as rsync

2016-07-03 Thread Desteny Child
I need to organize a cluster for my stateless application based on Lucene 5.2.1. Right now I'm looking for a solution in order to share Lucene index via NFS or rsync between different Lucene nodes. Is it a good idea to use NFS for this purpose and if so will it be possible to read/write from diffe

Re: Lucene cluster with NFS or synchronization tool such as rsync

2016-07-03 Thread Evert Wagenaar
Hello, I know that Nutch does it this way, already for years (Since version 1.0). If you want to know exactly how it's done you should look into Nutch's Source Code. The latest version of Nutch actually uses SolrCloud, therefore I would look into earlier versions of Nutch, say 1.xx. Don't let Map

Re: lucene index reader performance

2016-07-03 Thread Tarun Kumar
Thanks for reply Michael! In my application, i need to get millions of documents per search. Use case is following: return documents in increasing order of field time. Client (caller) can't hold more than a few thousand docs at a time so it gets all docIds and corresponding time field for each doc