Re: NPE Issue with atomic update to nested document or child document through SolrJ

2020-09-17 Thread pratik@semandex
Following are the approaches I have tried so far and both results in NPE. *approach 1 TestChildPOJO testChildPOJO = new TestChildPOJO().cId( "c1_child1" ) .conceptid( "c1" )

Re: Bug in scoreNodes function of streaming expressions?

2020-01-28 Thread pratik@semandex
Joel Bernstein wrote > Ok, that sounds like a bug. I can create a ticket for this. > > On Mon, Jul 1, 2019 at 5:57 PM Pratik Patel > pratik@ > wrote: > >> I think the problem was that my streaming expression was always returning >> just one node. When I added more data so that I can have

Re: Issues with the handling of NULLs in Streaming Expressions

2019-11-14 Thread pratik@semandex
I am facing exactly the same issue right now. There is no way to check if a particular field is not present in tuple or is null. Was there any development related to this issue? Is there a work around? In my case, I have an incoming stream of tuples and I want to filter out all the tuples which