On 12/17/2020 4:05 PM, Alexandre Rafalovitch wrote:
Try with the explicit URP chain too. It may work as well.
Actually in this case we're just making sure uniqueKey is in fact unique
in all documents, so default is what we want.
For this particular dataset I may at some future point look int
Try with the explicit URP chain too. It may work as well.
Regards,
Alex.
On Thu, 17 Dec 2020 at 16:51, Dmitri Maziuk wrote:
>
> On 12/12/2020 4:36 PM, Shawn Heisey wrote:
> > On 12/12/2020 2:30 PM, Dmitri Maziuk wrote:
> >> Right, ```Every update request received by Solr is run through a chai
On 12/12/2020 4:36 PM, Shawn Heisey wrote:
On 12/12/2020 2:30 PM, Dmitri Maziuk wrote:
Right, ```Every update request received by Solr is run through a chain
of plugins known as Update Request Processors, or URPs.```
The part I'm missing is whether DIH's 'name="/dataimport"' counts as an "Upda
On 12/12/2020 2:30 PM, Dmitri Maziuk wrote:
Right, ```Every update request received by Solr is run through a chain
of plugins known as Update Request Processors, or URPs.```
The part I'm missing is whether DIH's 'name="/dataimport"' counts as an "Update Request", my reading is it
doesn't and U
On 12/12/2020 2:50 PM, Shawn Heisey wrote:
The only way I know of to use an update processor chain with DIH is to
set 'default="true"' when defining the chain.
I did manage to find an example with the default attribute, in javadocs:
https://lucene.apache.org/solr/5_0_0/solr-core/org/apache/so
On 12/12/2020 12:54 PM, Dmitri Maziuk wrote:
is there an easy way to use the stock UUID generator with DIH? We have a
hand-written one-liner class we use as DIH entity transformer but I
wonder if there's a way to use the built-in UUID generator class instead.
From the TFM it looks like there
Why not? You should be able to put an URP chain after DIH, the usual way.
Is that something about UUID that is special?
Regards,
Alex
On Sat., Dec. 12, 2020, 2:55 p.m. Dmitri Maziuk,
wrote:
> Hi everyone,
>
> is there an easy way to use the stock UUID generator with DIH? We have a
> hand-w
Hi everyone,
is there an easy way to use the stock UUID generator with DIH? We have a
hand-written one-liner class we use as DIH entity transformer but I
wonder if there's a way to use the built-in UUID generator class instead.
From the TFM it looks like there isn't, is that correct?
TIA,
Dm