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
public class SolrDefaultStreamFactory extends DefaultStreamFactory
A default collection of mappings, used to convert strings into stream expressions. Same asDefaultStreamFactoryplus 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 SolrResourceLoadergetSolrResourceLoader()voidsetSolrResourceLoader(SolrResourceLoader solrResourceLoader)SolrDefaultStreamFactorywithSolrResourceLoader(SolrResourceLoader solrResourceLoader)-
Methods inherited from class org.apache.solr.client.solrj.io.stream.expr.StreamFactory
constructComparator, constructEqualitor, constructEvaluator, constructEvaluator, constructMetric, constructMetric, constructOperation, constructOperation, constructPrimitiveObject, constructStream, constructStream, createInstance, doesRepresentTypes, getBooleanOperand, getCollectionZkHost, getDefaultCollection, getDefaultZkHost, getExpressionOperands, getExpressionOperands, getExpressionOperandsRepresentingTypes, getFunctionName, getFunctionNames, getIntOperand, getNamedOperand, getNamedOperands, getOperand, getOperandsOfType, getValueOperand, getValueOperands, isEvaluator, isStream, withCollectionZkHost, withDefaultZkHost, withFunctionName, withFunctionName
-
-
-
-
Method Detail
-
withSolrResourceLoader
public SolrDefaultStreamFactory withSolrResourceLoader(SolrResourceLoader solrResourceLoader)
-
setSolrResourceLoader
public void setSolrResourceLoader(SolrResourceLoader solrResourceLoader)
-
getSolrResourceLoader
public SolrResourceLoader getSolrResourceLoader()
-
-