Re: Performance Suggestion for Dense Vectors

2024-03-29 Thread Alessandro Benedetti
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

Re: solr9.5.0/solrj9.5.0 bugs in shard request

2024-03-29 Thread Yue Yu
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

Re: Getting NPE while doing atomic updates using add-distinct for a multivalued field [Solr 8.11.2]

2024-03-29 Thread Susmit Shukla
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