Re: Non equi-joins with streaming expressions

2022-01-04 Thread Dennis Gove
My recollection from working on this code years ago is that other definitions of "equal" can be supported by creating new implementations of the Equalitor class ( https://github.com/apache/solr/blob/main/solr/solrj/src/java/org/apache/solr/client/solrj/io/eq/Equalitor.java#L27-L30). The purpose of

Re: Non equi-joins with streaming expressions

2022-01-06 Thread Dennis Gove
into the official Solr code base? > In other words, that a PR implementing this enhancement would be considered > by the Solr team? > > Regards, > > On Wed, Jan 5, 2022 at 1:58 AM Dennis Gove wrote: > > > My recollection from working on this code years ago is that oth