Have you tried just having two separate endpoints each with its own
definition of DIH and URP? Then, you just hit those end-points one at
a time in whatever order you need.
Seems easier than a custom switching logic.

Regards,
   Alex.
----
Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter:
http://www.solr-start.com/


On 28 September 2015 at 11:23, Roxana Danger
<roxana.dan...@reedonline.co.uk> wrote:
> Hello,
>      I am importing in solr 2 entities coming from 2 different tables, and
> I have defined an update request processor chain with two custom processor
> factories:
>      - the first processor factory needs to be executed first for one type
> of entities and then for the other (I differentiate the "entity type" with
> a field called table). In the import data config file I keep the order on
> which the entities should need to be processed.
>       - the second processor needs to be executed after complete the first
> one.
>      When executed the updates having only the first processor, the updates
> work all fine. However, when I added the second processor, it seems that
> the first update processor is not getting the entities in the order I was
> expected.
>      Does anyone had this problem before? Could anyone help me to configure
> this?
>      Thank you very much in advance,
>              Roxana
>
>
>
>
>
>
> <http://www.reed.co.uk/lovemondays>

Reply via email to