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 document is posted. You would need, somehow, to post every document
again in order to trigger the update processor's ability to do its work.

Upayavira

Reply via email to