Hi Jörn & shown
"does not work properly" means pre-processors
(TrimFieldUpdateProcessorFactory and
RemoveBlankFieldUpdateProcessorFactory) don't trim and remove blank for
string fields.
example:
When the following schema:
---
---
update following documents with "Documents" of solr admin:
-
Hi All
Sorry, above settings are contrary with each other.
Actually, following setting does not work properly.
---
---
And follows is working as expected.
---
---
Thanks,
Yoshiaki
2020年7月17日(金) 16:32 yo tomi :
> Hi, All
> When I did AtomicUpdate on SolrCloud
Hi, All
When I did AtomicUpdate on SolrCloud by the following setting, it does
not work properly.
---
---
When changed as follows and made it work, it became as expected.
---
---
The later setting and the way of using post-processor could make the
same result, I though,
but u