Class DefaultStreamFactory
java.lang.Object
org.apache.solr.client.solrj.io.stream.expr.StreamFactory
org.apache.solr.client.solrj.io.stream.expr.DefaultStreamFactory
- All Implemented Interfaces:
Serializable
A default collection of mappings, used to convert strings into stream expressions.
- Since:
- 7.4
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.solr.client.solrj.io.stream.expr.StreamFactory
clone, constructComparator, constructEqualitor, constructEvaluator, constructEvaluator, constructMetric, constructMetric, constructOperation, constructOperation, constructPrimitiveObject, constructStream, constructStream, createInstance, doesRepresentTypes, getBooleanOperand, getCollectionZkHost, getDefaultCollection, getDefaultSort, getDefaultZkHost, getExpressionOperands, getExpressionOperands, getExpressionOperandsRepresentingTypes, getFunctionName, getFunctionNames, getIntOperand, getNamedOperand, getNamedOperands, getOperand, getOperandsOfType, getValueOperand, getValueOperands, isEvaluator, isStream, withCollectionZkHost, withDefaultSort, withDefaultZkHost, withFunctionName, withFunctionName, withoutFunctionName
-
Constructor Details
-
DefaultStreamFactory
public DefaultStreamFactory()
-