Thanks Lance.
I have decided to just put all of my processing on a bigger server along
with solr. It's too bad, but I can manage.
-Max
On Sun, Aug 29, 2010 at 9:59 PM, Lance Norskog wrote:
> No. Document creation is all-or-nothing, fields are not updateable.
>
> I think you have to filter all
No. Document creation is all-or-nothing, fields are not updateable.
I think you have to filter all of your field changes through a "join"
server. That is,
all field updates could go to a database and the master would read
document updates
from that database. Or, you could have one updater feed upd
Hi,
I have a master solr server and two slaves. On each of the slaves I have
programs running that read the slave index, do some processing on each
document, add a few new fields, and commit the changes back to the master.
The problem I'm running into right now is one slave will update one docume