Re: Java library for building Streaming Expressions

2018-06-27 Thread Aroop Ganguly
you could build it in a strongly typed manner. @Joel may be able to advise here. > On Jun 27, 2018, at 9:41 AM, Pratik Patel wrote: > > Hello Everyone, > > Is there any java library for building Streaming Expressions? Currently, I > am using solr's java client and buildin

Java library for building Streaming Expressions

2018-06-27 Thread Pratik Patel
Hello Everyone, Is there any java library for building Streaming Expressions? Currently, I am using solr's java client and building Streaming Expressions as follows. StreamFactory factory = new StreamFactory().withCollectionZkHost( collName, zkHost ) .withFunctio