| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.io | Streaming Aggregation API | 
| 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.common | Common classes reused on both clients & server for dealing with  documents to be indexedandresult documents. | 
| org.apache.solr.common.util | Common utility classes reused on both clients & server. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TupleA simple abstraction of a record containing key/value pairs. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GatherNodesStream | 
| class  | ShortestPathStream | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BiJoinStreamJoins leftStream with rightStream based on a Equalitor. | 
| class  | CalculatorStream | 
| class  | CartesianProductStream | 
| class  | CellStream | 
| class  | CloudSolrStreamConnects to Zookeeper to pick replicas from a specific collection to send the query to. | 
| class  | CommitStreamSends a commit message to a SolrCloud collection | 
| class  | ComplementStreamEmits tuples from streamA which do not exist in streamB. | 
| class  | DaemonStream | 
| class  | EchoStream | 
| class  | EvalStream | 
| class  | ExceptionStream | 
| class  | ExecutorStreamThe executor function wraps a stream with Tuples containing Streaming Expressions
  and executes them in parallel. | 
| class  | FacetStreamThe FacetStream abstracts the output from the JSON facet API as a Stream of Tuples. | 
| class  | FeaturesSelectionStream | 
| class  | FetchStreamIterates over a stream and fetches additional fields from a specified collection. | 
| class  | GetStream | 
| class  | HashJoinStreamTakes two streams (fullStream and hashStream) and joins them similar to an InnerJoinStream. | 
| class  | HavingStreamThe HavingStream iterates over an internal stream and applies a BooleanOperation to each tuple. | 
| class  | InnerJoinStreamJoins leftStream with rightStream based on a Equalitor. | 
| class  | IntersectStreamEmits tuples from streamA which also exist in streamB. | 
| class  | JDBCStreamConnects to a datasource using a registered JDBC driver and execute a query. | 
| class  | JoinStreamDefines a JoinStream which can hold N streams, all joined with the same equalitor | 
| class  | LeftOuterJoinStreamJoins leftStream with rightStream based on a Equalitor. | 
| class  | LetStream | 
| class  | ListStream | 
| class  | MergeStreamMerges two or more streams together ordering the Tuples based on a Comparator. | 
| class  | ModelStreamThe ModelStream retrieves a stored model from a Solr Cloud collection. | 
| class  | NullStreamThe NullStream Iterates over a TupleStream and eats the tuples. | 
| class  | OuterHashJoinStreamTakes two streams (fullStream and hashStream) and joins them similar to an LeftOuterJoinStream. | 
| class  | ParallelStreamThe ParallelStream decorates a TupleStream implementation and pushes it to N workers for parallel execution. | 
| class  | PriorityStreamThe priority function wraps two topics that represent high priority and low priority task queues. | 
| class  | PushBackStreamA TupleStream that allows a single Tuple to be pushed back onto the stream after it's been read. | 
| class  | RandomStreamThe RandomStream emits a stream of psuedo random Tuples that match the query parameters. | 
| class  | RankStreamIterates over a TupleStream and Ranks the topN tuples based on a Comparator. | 
| class  | ReducerStreamIterates over a TupleStream and buffers Tuples that are equal based on a comparator. | 
| static class  | RegressionEvaluator.RegressionTuple | 
| class  | RollupStream | 
| class  | ScoreNodesStreamIterates over a gatherNodes() expression and scores the Tuples based on tf-idf. | 
| class  | SelectStreamSelects fields from the incoming stream and applies optional field renaming. | 
| class  | ShuffleStream | 
| class  | SignificantTermsStream | 
| class  | SolrStreamQueries a single Solr instance and maps SolrDocs to a Stream of Tuples. | 
| class  | SortStreamThe SortStream emits a stream of Tuples sorted by a Comparator. | 
| class  | StatsStream | 
| class  | TextLogitStream | 
| protected static class  | TextLogitStream.TermsStream | 
| class  | TimeSeriesStream | 
| class  | TopicStream | 
| class  | TupleStream | 
| class  | TupStream | 
| class  | UniqueStreamThe UniqueStream emits a unique stream of Tuples based on a Comparator. | 
| class  | UpdateStreamSends tuples emitted by a wrapped  TupleStreamas updates to a SolrCloud collection. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PushWriter. writeMap(MapWriter mw)Write a Map. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JavaBinCodec. writeMap(MapWriter val) | 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.