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
public class SolrDefaultStreamFactory extends DefaultStreamFactory
A default collection of mappings, used to convert strings into stream expressions. Same asDefaultStreamFactory
plus functions that rely directly on either Lucene or Solr capabilities that are not part ofLang
.- Since:
- 7.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SolrDefaultStreamFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SolrResourceLoader
getSolrResourceLoader()
void
setSolrResourceLoader(SolrResourceLoader solrResourceLoader)
SolrDefaultStreamFactory
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
-
-
-
-
Method Detail
-
withSolrResourceLoader
public SolrDefaultStreamFactory withSolrResourceLoader(SolrResourceLoader solrResourceLoader)
-
setSolrResourceLoader
public void setSolrResourceLoader(SolrResourceLoader solrResourceLoader)
-
getSolrResourceLoader
public SolrResourceLoader getSolrResourceLoader()
-
-