Hi, You'd be much better off switching over to SolrCloud. You could use an existing dot net client library (such as SolrNet) to connect to SolrCloud. The other bit to keep in mind is that for production you should ideally be running SolrCloud on a *nix (Linux/ Unix) OS.
Regards, Aloke On Wed, Aug 21, 2013 at 12:32 AM, Marc Loeb < marc.l...@bluesky-information.com> wrote: > Hi > > > > I have an Lucene.NET implementation with as a prototype that I need to > rework. It seems to me that Lucene.NET is not up to date (last commit > Jan 13) and seems to use Lucene 3.0.3. > > > > My major issue is that I scaling was not considered at design time, but > needs to be done now. Lucene does not support shards and replicas (but > solr can) - at least from my first impression. > > > > My current alternatives for scaling seem to look like this: > > - Move to Solar cloud, abandon the current implementation > > - Create a shard/replica mechanism for Lucene > > > > Any ideas? Thanks! > > Marc > >