Uses of Package
org.apache.solr.client.solrj.io.stream
Packages that use org.apache.solr.client.solrj.io.stream
Package
Description
Streaming Aggregation API
Evaluators for the Streaming Aggregation API
Streaming Graph Traversals
Stream implementations for the Streaming Aggregation API
Expression language for the Streaming Aggregation API
-
Classes in org.apache.solr.client.solrj.io.stream used by org.apache.solr.client.solrj.ioClassDescriptionThe StreamContext is passed to TupleStreams using the TupleStream.setStreamContext() method.
-
Classes in org.apache.solr.client.solrj.io.stream used by org.apache.solr.client.solrj.io.evalClassDescriptionThe StreamContext is passed to TupleStreams using the TupleStream.setStreamContext() method.
-
Classes in org.apache.solr.client.solrj.io.stream used by org.apache.solr.client.solrj.io.graphClassDescriptionThe StreamContext is passed to TupleStreams using the TupleStream.setStreamContext() method.
-
Classes in org.apache.solr.client.solrj.io.stream used by org.apache.solr.client.solrj.io.streamClassDescriptionJoins leftStream with rightStream based on an
StreamEqualitor.Connects to Zookeeper to pick replicas from a specific collection to send the query to.Takes two streams (fullStream and hashStream) and joins them similar to an InnerJoinStream.Defines a JoinStream which can hold N streams, all joined with the same equalitorIndicates the underlying stream source supports parallelizing metrics computation across collections using a rollup of metrics from each collection.A TupleStream that allows a single Tuple to be pushed back onto the stream after it's been read.Queries a single Solr instance and maps SolrDocs to a Stream of Tuples.The StreamContext is passed to TupleStreams using the TupleStream.setStreamContext() method.Sends tuples emitted by a wrappedTupleStreamas updates to a SolrCloud collection. -