Hi All,
Till we investigate further about this issue.
Can anyone please share what other ways we can issue a commit or point me to
existing documents that have a relevant example.
Regards,
Raj
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Hi,
I am using solr 8.1
I ran a collection reload operation:
admin/collections?action=RELOAD&name=&async=1000'.
when I checked on the task status, it shows that it's still running:
admin/collections?action=REQUESTSTATUS&requestid=1000'
It's been showing that this task is in running state for th
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/11/2020 2:38 PM, ufuk yılmaz wrote:
My question is, will there be any difference on the resulting indexed documents
if I switched source and dest fields in copyField directive? My understanding
is copyField operates on raw data arriving at Solr as is, and field
declarations themselves
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
Hi, looking at this sample it seems you have just one document for '12345',
one for '23456' and so on so forth. If this is true, why don't just try
with a subquery
https://lucene.apache.org/solr/guide/6_6/transforming-result-documents.html#TransformingResultDocuments-_subquery_
On Fri, Dec 11, 202