Package org.apache.solr.handler
Class SolrDefaultStreamFactory
java.lang.Object
org.apache.solr.client.solrj.io.stream.expr.StreamFactory
org.apache.solr.client.solrj.io.stream.expr.DefaultStreamFactory
org.apache.solr.handler.SolrDefaultStreamFactory
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExportHandler.ExportHandlerStreamFactory
A default collection of mappings, used to convert strings into stream expressions. Same as
DefaultStreamFactory plus functions that rely directly on either Lucene or Solr capabilities
that are not part of Lang.- Since:
- 7.5
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetSolrResourceLoader(SolrResourceLoader solrResourceLoader) withSolrResourceLoader(SolrResourceLoader solrResourceLoader) 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
-
SolrDefaultStreamFactory
public SolrDefaultStreamFactory()
-
-
Method Details
-
withSolrResourceLoader
-
setSolrResourceLoader
-
getSolrResourceLoader
-