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 integral part of the server as well as a jar providing a standalone client.
Many of the string constants that Solr provides are actually located in SolrJ, because they are useful for both client and server operations. Take a look at the CommonParams class.
Streaming expressions are something that users want to do with the client, so it makes sense for some significant parts of it to live in the client code.
Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
