Re: Possible sharded and replicated replacement for ExternalFileFields in SolrCloud

2012-12-09 Thread Mikhail Khludnev
Simone, Your findings are great. You captured the key problems with EFF in SolrCloud, let me summarize them: 1. file should be replicated somehow; 2. file need to be sliced on shards, to avoid wasteful full read; 3. delta EFF updates - when you change popularity for few docs, you have to fully rel

Re: Possible sharded and replicated replacement for ExternalFileFields in SolrCloud

2012-11-26 Thread Simone Gianni
2012/11/23 Simone Gianni > 3) how does creation/synchronization of a new replica happens? (so where > should I have to plug to replicate also the "external files") > > As far as i understood, SolrCloud forwards add/update to connected replicas, but when a replica starts up it uses the Replication

Possible sharded and replicated replacement for ExternalFileFields in SolrCloud

2012-11-23 Thread Simone Gianni
Hi all, this is my first posting on this list so bear with me if this is not the right place/the right topic etc.. I'm currently migrating a Solr 3.x system to SolrCloud. It uses ExternalFileField for the common "popularity" ranking. I've tried to get ExternalFileField to work in SolrCloud, but i