Hi,
I have a Terabyte of data, maybe more, which I'd like to index and search with Lucene. I'd like to be able to split the index out to different machines, similar to what Solr does (if I understand Solr correctly).
Are there any existing tools to do this on the Windows platform?
Thanks!
Edit: I'm not very keen on running Java Lucene. I will most likely be making my own tweaks to Lucene so I have to stick to Lucene.Net since I don't know much about Java