Uses of Interface
org.apache.solr.client.solrj.io.ops.StreamOperation
-
Packages that use StreamOperation Package Description org.apache.solr.client.solrj.io.ops Operations for the Streaming Aggregation APIorg.apache.solr.client.solrj.io.stream.expr 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.ops Modifier and Type Interface Description interfaceReduceOperationClasses in org.apache.solr.client.solrj.io.ops that implement StreamOperation Modifier and Type Class Description classConcatOperationConcatenates fields and adds them to the tuple.classDistinctOperationclassGroupOperationclassReplaceOperationReplaces some tuple value with another.classReplaceWithFieldOperationImplementation of replace(...., withField=fieldName) See ReplaceOperation for description.classReplaceWithValueOperationImplementation 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 Modifier and Type Method Description StreamOperationStreamFactory. constructOperation(StreamExpression expression)
-