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 mo
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 migr
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.