Hi Rajani,
the discussion for a centralised Apache Solr blog is in progress (that
allows both linking to private blogs to gather more views or write directly
there), I'll give you an update as soon as the community finalises the
solution.
In the meantime, as Ishan said, posting a quest blog is a p
Hi Christine,
Thank you for testing it out. Yes it should be a straightforward fix. I'll
open a ticket then.
Best,
Yue
On Tue, Mar 26, 2024 at 4:50 AM Christine Poerschke (BLOOMBERG/ LONDON) <
cpoersc...@bloomberg.net> wrote:
> Hello Yue,
>
> I'm not familiar with this part of the code but wan
Ran across similar NullPointerException on Atomic update . Some pointers -
the input update contained more than one update for the same unique id .
the atomic update operation was doing both 'remove' and add and some value
was null.
add-distinct without null value fixed it.
On Thu, Mar 28, 2024 a