Uses of Class
org.apache.solr.client.solrj.io.stream.expr.StreamFactory
-
Packages that use StreamFactory Package Description org.apache.solr.client.solrj.io Streaming Aggregation APIorg.apache.solr.client.solrj.io.comp Comparators for the Streaming Aggregation APIorg.apache.solr.client.solrj.io.eq Equalitors for the Streaming Aggregation APIorg.apache.solr.client.solrj.io.eval Evaluators for the Streaming Aggregation APIorg.apache.solr.client.solrj.io.graph Streaming Graph Traversalsorg.apache.solr.client.solrj.io.ops Operations for the Streaming Aggregation APIorg.apache.solr.client.solrj.io.stream Stream implementations for the Streaming Aggregation APIorg.apache.solr.client.solrj.io.stream.expr Expression language for the Streaming Aggregation APIorg.apache.solr.client.solrj.io.stream.metrics Metrics package -
-
Uses of StreamFactory in org.apache.solr.client.solrj.io
Methods in org.apache.solr.client.solrj.io with parameters of type StreamFactory Modifier and Type Method Description static voidLang. register(StreamFactory streamFactory)ExplanationLang.LocalInputStream. toExplanation(StreamFactory factory)StreamExpressionParameterLang.LocalInputStream. toExpression(StreamFactory factory)Constructors in org.apache.solr.client.solrj.io with parameters of type StreamFactory Constructor Description LocalInputStream(StreamExpression expression, StreamFactory factory) -
Uses of StreamFactory in org.apache.solr.client.solrj.io.comp
Methods in org.apache.solr.client.solrj.io.comp with parameters of type StreamFactory Modifier and Type Method Description ExplanationFieldComparator. toExplanation(StreamFactory factory)ExplanationMultipleFieldComparator. toExplanation(StreamFactory factory)ExplanationSingleValueComparator. toExplanation(StreamFactory factory)StreamExpressionParameterFieldComparator. toExpression(StreamFactory factory)StreamExpressionParameterMultipleFieldComparator. toExpression(StreamFactory factory)StreamExpressionParameterSingleValueComparator. toExpression(StreamFactory factory) -
Uses of StreamFactory in org.apache.solr.client.solrj.io.eq
Methods in org.apache.solr.client.solrj.io.eq with parameters of type StreamFactory Modifier and Type Method Description ExplanationFieldEqualitor. toExplanation(StreamFactory factory)ExplanationMultipleFieldEqualitor. toExplanation(StreamFactory factory)StreamExpressionParameterFieldEqualitor. toExpression(StreamFactory factory)StreamExpressionParameterMultipleFieldEqualitor. toExpression(StreamFactory factory) -
Uses of StreamFactory in org.apache.solr.client.solrj.io.eval
Fields in org.apache.solr.client.solrj.io.eval declared as StreamFactory Modifier and Type Field Description protected StreamFactoryRecursiveEvaluator. constructingFactoryMethods in org.apache.solr.client.solrj.io.eval with parameters of type StreamFactory Modifier and Type Method Description ExplanationFieldValueEvaluator. toExplanation(StreamFactory factory)ExplanationRawValueEvaluator. toExplanation(StreamFactory factory)ExplanationRecNumEvaluator. toExplanation(StreamFactory factory)ExplanationRecursiveEvaluator. toExplanation(StreamFactory factory)ExplanationUuidEvaluator. toExplanation(StreamFactory factory)StreamExpressionParameterConversionEvaluator. toExpression(StreamFactory factory)StreamExpressionParameterFieldValueEvaluator. toExpression(StreamFactory factory)StreamExpressionParameterRawValueEvaluator. toExpression(StreamFactory factory)StreamExpressionParameterRecNumEvaluator. toExpression(StreamFactory factory)StreamExpressionParameterRecursiveEvaluator. toExpression(StreamFactory factory)StreamExpressionParameterUuidEvaluator. toExpression(StreamFactory factory) -
Uses of StreamFactory in org.apache.solr.client.solrj.io.graph
Methods in org.apache.solr.client.solrj.io.graph with parameters of type StreamFactory Modifier and Type Method Description ExplanationGatherNodesStream. toExplanation(StreamFactory factory)ExplanationShortestPathStream. toExplanation(StreamFactory factory)StreamExpressionGatherNodesStream. toExpression(StreamFactory factory)StreamExpressionParameterShortestPathStream. toExpression(StreamFactory factory)Constructors in org.apache.solr.client.solrj.io.graph with parameters of type StreamFactory Constructor Description GatherNodesStream(StreamExpression expression, StreamFactory factory)ShortestPathStream(StreamExpression expression, StreamFactory factory) -
Uses of StreamFactory in org.apache.solr.client.solrj.io.ops
Constructors in org.apache.solr.client.solrj.io.ops with parameters of type StreamFactory Constructor Description ConcatOperation(StreamExpression expression, StreamFactory factory)DistinctOperation(StreamExpression expression, StreamFactory factory)GroupOperation(StreamExpression expression, StreamFactory factory)ReplaceOperation(String forField, StreamExpression expression, StreamFactory factory)ReplaceOperation(StreamExpression expression, StreamFactory factory)ReplaceWithFieldOperation(String forField, StreamExpression expression, StreamFactory factory)ReplaceWithValueOperation(String forField, StreamExpression expression, StreamFactory factory) -
Uses of StreamFactory in org.apache.solr.client.solrj.io.stream
Methods in org.apache.solr.client.solrj.io.stream that return StreamFactory Modifier and Type Method Description StreamFactoryStreamContext. getStreamFactory() -
Uses of StreamFactory in org.apache.solr.client.solrj.io.stream.expr
Subclasses of StreamFactory in org.apache.solr.client.solrj.io.stream.expr Modifier and Type Class Description classDefaultStreamFactoryA default collection of mappings, used to convert strings into stream expressions.Methods in org.apache.solr.client.solrj.io.stream.expr that return StreamFactory Modifier and Type Method Description StreamFactoryStreamFactory. withCollectionZkHost(String collectionName, String zkHost)StreamFactoryStreamFactory. withDefaultSort(String sort)StreamFactoryStreamFactory. withDefaultZkHost(String zkHost)StreamFactoryStreamFactory. withFunctionName(String functionName, Class<? extends Expressible> clazz)StreamFactoryStreamFactory. withFunctionName(String functionName, Supplier<Class<? extends Expressible>> clazz)StreamFactoryStreamFactory. withoutFunctionName(String functionName)Methods in org.apache.solr.client.solrj.io.stream.expr with parameters of type StreamFactory Modifier and Type Method Description ExplanationExpressible. toExplanation(StreamFactory factory)Returns an explanation about the stream objectStreamExpressionParameterExpressible. toExpression(StreamFactory factory) -
Uses of StreamFactory in org.apache.solr.client.solrj.io.stream.metrics
Methods in org.apache.solr.client.solrj.io.stream.metrics with parameters of type StreamFactory Modifier and Type Method Description ExplanationMetric. toExplanation(StreamFactory factory)StreamExpressionParameterCountDistinctMetric. toExpression(StreamFactory factory)StreamExpressionParameterCountMetric. toExpression(StreamFactory factory)StreamExpressionParameterMaxMetric. toExpression(StreamFactory factory)StreamExpressionParameterMeanMetric. toExpression(StreamFactory factory)StreamExpressionParameterMinMetric. toExpression(StreamFactory factory)StreamExpressionParameterPercentileMetric. toExpression(StreamFactory factory)StreamExpressionParameterStdMetric. toExpression(StreamFactory factory)StreamExpressionParameterSumMetric. toExpression(StreamFactory factory)StreamExpressionParameterWeightedSumMetric. toExpression(StreamFactory factory)Constructors in org.apache.solr.client.solrj.io.stream.metrics with parameters of type StreamFactory Constructor Description CountDistinctMetric(StreamExpression expression, StreamFactory factory)CountMetric(StreamExpression expression, StreamFactory factory)MaxMetric(StreamExpression expression, StreamFactory factory)MeanMetric(StreamExpression expression, StreamFactory factory)MinMetric(StreamExpression expression, StreamFactory factory)PercentileMetric(StreamExpression expression, StreamFactory factory)StdMetric(StreamExpression expression, StreamFactory factory)SumMetric(StreamExpression expression, StreamFactory factory)WeightedSumMetric(StreamExpression expression, StreamFactory factory)
-