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 void
Lang. register(StreamFactory streamFactory)
Explanation
Lang.LocalInputStream. toExplanation(StreamFactory factory)
StreamExpressionParameter
Lang.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 Explanation
FieldComparator. toExplanation(StreamFactory factory)
Explanation
MultipleFieldComparator. toExplanation(StreamFactory factory)
Explanation
SingleValueComparator. toExplanation(StreamFactory factory)
StreamExpressionParameter
FieldComparator. toExpression(StreamFactory factory)
StreamExpressionParameter
MultipleFieldComparator. toExpression(StreamFactory factory)
StreamExpressionParameter
SingleValueComparator. 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 Explanation
FieldEqualitor. toExplanation(StreamFactory factory)
Explanation
MultipleFieldEqualitor. toExplanation(StreamFactory factory)
StreamExpressionParameter
FieldEqualitor. toExpression(StreamFactory factory)
StreamExpressionParameter
MultipleFieldEqualitor. 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 StreamFactory
RecursiveEvaluator. constructingFactory
Methods in org.apache.solr.client.solrj.io.eval with parameters of type StreamFactory Modifier and Type Method Description Explanation
FieldValueEvaluator. toExplanation(StreamFactory factory)
Explanation
RawValueEvaluator. toExplanation(StreamFactory factory)
Explanation
RecNumEvaluator. toExplanation(StreamFactory factory)
Explanation
RecursiveEvaluator. toExplanation(StreamFactory factory)
Explanation
UuidEvaluator. toExplanation(StreamFactory factory)
StreamExpressionParameter
ConversionEvaluator. toExpression(StreamFactory factory)
StreamExpressionParameter
FieldValueEvaluator. toExpression(StreamFactory factory)
StreamExpressionParameter
RawValueEvaluator. toExpression(StreamFactory factory)
StreamExpressionParameter
RecNumEvaluator. toExpression(StreamFactory factory)
StreamExpressionParameter
RecursiveEvaluator. toExpression(StreamFactory factory)
StreamExpressionParameter
UuidEvaluator. 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 Explanation
GatherNodesStream. toExplanation(StreamFactory factory)
Explanation
ShortestPathStream. toExplanation(StreamFactory factory)
StreamExpression
GatherNodesStream. toExpression(StreamFactory factory)
StreamExpressionParameter
ShortestPathStream. 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 StreamFactory
StreamContext. 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 class
DefaultStreamFactory
A 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 StreamFactory
StreamFactory. withCollectionZkHost(String collectionName, String zkHost)
StreamFactory
StreamFactory. withDefaultSort(String sort)
StreamFactory
StreamFactory. withDefaultZkHost(String zkHost)
StreamFactory
StreamFactory. withFunctionName(String functionName, Class<? extends Expressible> clazz)
StreamFactory
StreamFactory. withFunctionName(String functionName, Supplier<Class<? extends Expressible>> clazz)
StreamFactory
StreamFactory. withoutFunctionName(String functionName)
Methods in org.apache.solr.client.solrj.io.stream.expr with parameters of type StreamFactory Modifier and Type Method Description Explanation
Expressible. toExplanation(StreamFactory factory)
Returns an explanation about the stream objectStreamExpressionParameter
Expressible. 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 Explanation
Metric. toExplanation(StreamFactory factory)
StreamExpressionParameter
CountDistinctMetric. toExpression(StreamFactory factory)
StreamExpressionParameter
CountMetric. toExpression(StreamFactory factory)
StreamExpressionParameter
MaxMetric. toExpression(StreamFactory factory)
StreamExpressionParameter
MeanMetric. toExpression(StreamFactory factory)
StreamExpressionParameter
MinMetric. toExpression(StreamFactory factory)
StreamExpressionParameter
PercentileMetric. toExpression(StreamFactory factory)
StreamExpressionParameter
StdMetric. toExpression(StreamFactory factory)
StreamExpressionParameter
SumMetric. toExpression(StreamFactory factory)
StreamExpressionParameter
WeightedSumMetric. 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)
-