Re: using a custom update for all documents

2015-11-23 Thread Chris Hostetter
. : : It is your choice of course, but it might be easier to step back to : reconfirm what you are trying to actually achieve beyond the Solr : technicalities. +1 to answer your specific question... >> Subject : Re: using a custom update for all documents ..you can configure any as default

Re: using a custom update for all documents

2015-10-26 Thread Upayavira
On Mon, Oct 26, 2015, at 02:58 PM, Roxana Danger wrote: > Hello everyone, > Is there a way to update all the documents in the solr index using a > custom > update processor? You want to re-index all documents? If so, that's not really how update processors work. They trigger when a new

using a custom update for all documents

2015-10-26 Thread Roxana Danger
Hello everyone, Is there a way to update all the documents in the solr index using a custom update processor? Thank you, Roxana

Re: using a custom update for all documents

2015-10-26 Thread Roxana Danger
Thank you very much, Upayavira. I am indexing my documents with a DIH, but I need to use my custom update processor after the commit, not in the update.chain. Do update processors only work while adding new documents? In this case, I have tried two alternatives: 1) using the onImportEnd event.

Re: using a custom update for all documents

2015-10-26 Thread Alexandre Rafalovitch
Roxana, You've been asked a couple of times by several people to explain your business needs (level higher than Solr itself). As it is, you are slowly getting deeper and deeper into Solr's internals, where there might be an easier question if we know what you are trying to achieve. It is your