Uses of Interface
org.apache.solr.client.solrj.io.ops.StreamOperation
Packages that use StreamOperation
Package
Description
Operations for the Streaming Aggregation API
Expression language for the Streaming Aggregation API
-
Uses of StreamOperation in org.apache.solr.client.solrj.io.ops
Subinterfaces of StreamOperation in org.apache.solr.client.solrj.io.opsClasses in org.apache.solr.client.solrj.io.ops that implement StreamOperationModifier and TypeClassDescriptionclassConcatenates fields and adds them to the tuple.classclassclassReplaces some tuple value with another.classImplementation of replace(...., withField=fieldName) See ReplaceOperation for description.classImplementation of replace(...., withValue="some value") See ReplaceOperation for description. -
Uses of StreamOperation in org.apache.solr.client.solrj.io.stream.expr
Methods in org.apache.solr.client.solrj.io.stream.expr that return StreamOperation