Re: Too much Lucene code to refactor but I like SolrCloud

2014-12-04 Thread Gili Nachum
Hi Bill. I'm migrating of a Lucene based app to SolrCloud as well. My main motivation is horizontal scalability. My backend is compelx, so the migration is not one cut off, but a long process; Currently I have both Lucene and SolrCloud, indexing to both, and querying from either of them. The

Re: Too much Lucene code to refactor but I like SolrCloud

2014-12-04 Thread Shawn Heisey
On 12/3/2014 6:10 AM, Bill Drake wrote: I have an existing application that includes Lucene code. I want to add high availability. From what I have read SolrCloud looks like an effective approach. My problem is that there is a lot of Lucene code; out of 100+ java files in the application more

Too much Lucene code to refactor but I like SolrCloud

2014-12-03 Thread Bill Drake
I have an existing application that includes Lucene code. I want to add high availability. From what I have read SolrCloud looks like an effective approach. My problem is that there is a lot of Lucene code; out of 100+ java files in the application more than 20 of them are focused on Lucene code.