Package | Description |
---|---|
org.apache.solr.client.solrj.io.stream |
Stream implementations for the Streaming Aggregation API
|
Modifier and Type | Method and Description |
---|---|
Bucket[] |
FacetStream.getBuckets() |
Bucket |
Facet2DStream.getX() |
Bucket |
Facet2DStream.getY() |
Constructor and Description |
---|
Facet2DStream(String zkHost,
String collection,
ModifiableSolrParams params,
Bucket x,
Bucket y,
String dimensions,
Metric metric) |
FacetStream(String zkHost,
String collection,
SolrParams params,
Bucket[] buckets,
Metric[] metrics,
FieldComparator[] bucketSorts,
int bucketSizeLimit) |
HashRollupStream(TupleStream tupleStream,
Bucket[] buckets,
Metric[] metrics) |
RollupStream(TupleStream tupleStream,
Bucket[] buckets,
Metric[] metrics) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.