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
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
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