Hi Tomas
I moved TolerantUpdateProcessorFactoryto the beginning of the chain,
reload the collection.
The indexing process still abort.
On 22/9/2018 4:28 AM, Tomás Fernández Löbbe wrote:
Hi Derek,
I suspect you need to move the TolerantUpdateProcessorFactory to the
beginning of the chain
On T
Hi Derek,
I suspect you need to move the TolerantUpdateProcessorFactory to the
beginning of the chain
On Thu, Sep 20, 2018 at 6:17 PM Derek Poh wrote:
> Does any one have any idea whatcould be the causeof this?
>
> On 19/9/2018 11:40 AM, Derek Poh wrote:
> > In addition, I tried withmaxErrors=3
Does any one have any idea whatcould be the causeof this?
On 19/9/2018 11:40 AM, Derek Poh wrote:
In addition, I tried withmaxErrors=3 and with only 1error document,
the indexing process still gets aborted.
Could it be the way I defined the TolerantUpdateProcessorFactory in
solrconfg.xml?
O
In addition, I tried withmaxErrors=3 and with only 1error document, the
indexing process still gets aborted.
Could it be the way I defined the TolerantUpdateProcessorFactory in
solrconfg.xml?
On 18/9/2018 3:13 PM, Derek Poh wrote:
Hi
I am using CSV formatted indexupdates to index on tab del
Hi
I am using CSV formatted indexupdates to index on tab delimited file.
I have define "TolerantUpdateProcessorFactory" with "maxErrors=-1" in
the solrconfig.xml to skip any document update error and proceed to
update the remaining documents without failing.
Howeverit does not seemto be workin