:
: 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=&qu
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 cho
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. Ho
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 documen