Package | Description |
---|---|
org.apache.solr.client.solrj.io.graph |
Streaming Graph Traversals
|
org.apache.solr.client.solrj.io.stream |
Stream implementations for the Streaming Aggregation API
|
org.apache.solr.client.solrj.io.stream.expr |
Expression language for the Streaming Aggregation API
|
org.apache.solr.client.solrj.io.stream.metrics |
Metrics package
|
Modifier and Type | Method and Description |
---|---|
void |
Node.setMetrics(List<Metric> metrics) |
Constructor and Description |
---|
GatherNodesStream(String zkHost,
String collection,
TupleStream tupleStream,
String traverseFrom,
String traverseTo,
String gather,
Map queryParams,
List<Metric> metrics,
boolean trackTraversal,
Set<Traversal.Scatter> scatter,
int maxDocFreq) |
Constructor and Description |
---|
FacetStream(String zkHost,
String collection,
SolrParams params,
Bucket[] buckets,
Metric[] metrics,
FieldComparator[] bucketSorts,
int bucketSizeLimit) |
RollupStream(TupleStream tupleStream,
Bucket[] buckets,
Metric[] metrics) |
StatsStream(String zkHost,
String collection,
SolrParams params,
Metric[] metrics) |
TimeSeriesStream(String zkHost,
String collection,
SolrParams params,
Metric[] metrics,
String field,
String start,
String end,
String gap,
String format) |
Modifier and Type | Method and Description |
---|---|
Metric |
StreamFactory.constructMetric(StreamExpression expression) |
Metric |
StreamFactory.constructMetric(String expressionClause) |
Metric |
StreamFactory.constructOperation(String expressionClause) |
Modifier and Type | Class and Description |
---|---|
class |
CountMetric |
class |
MaxMetric |
class |
MeanMetric |
class |
MinMetric |
class |
SumMetric |
Modifier and Type | Method and Description |
---|---|
Metric |
CountMetric.newInstance() |
abstract Metric |
Metric.newInstance() |
Metric |
MeanMetric.newInstance() |
Metric |
SumMetric.newInstance() |
Metric |
MaxMetric.newInstance() |
Metric |
MinMetric.newInstance() |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.