Re: Curiosity Q about placement of expressions classes

2018-10-21 Thread Gus Heck
After digging some more, I'm feeling like the SolrJ API feels slightly trappy WRT streaming. There's a positive example to follow in the ref guide but unless you have a handy dandy Gandalf to tell you "stay on the path" you could easily get yourself into murky territory :). Neither the availability

Re: Curiosity Q about placement of expressions classes

2018-10-20 Thread Gus Heck
Hi Shawn, Yeah, I understand that's the general logic but the recommendation in the above link is to avoid using *most* of the classes and supply a string representing the expression. A user seeing all these classes in the javadoc (or ide) would easily think that they should be using them. After

Re: Curiosity Q about placement of expressions classes

2018-10-20 Thread Shawn Heisey
On 10/20/2018 8:34 AM, Gus Heck wrote: To put it another way, I'm not sure why this statement from that article must be true: "SolrJ is what’s used for the communication between the Solr node, so this level must be exposed." All communication between Solr nodes uses SolrJ.  SolrJ is an integra

Re: Curiosity Q about placement of expressions classes

2018-10-20 Thread Gus Heck
To put it another way, I'm not sure why this statement from that article must be true: "SolrJ is what’s used for the communication between the Solr node, so this level must be exposed." On Sat, Oct 20, 2018 at 10:18 AM Gus Heck wrote: > In prep for my talk at the conference I wound up having t

Curiosity Q about placement of expressions classes

2018-10-20 Thread Gus Heck
In prep for my talk at the conference I wound up having to make one quick and dirty adjustment to the MaxMetric to handle dates (I need to think about if I "fixed" the right thing there however). I'll probably open an issue around that in a bit. However, considering this post https://lucidworks.co