The document discusses creating new streams for Solr streaming expressions. It begins with an overview of Solr streams and expressions. It then covers the core components of a stream class, including extracting parameters, children streams, and metrics. Three example streams are presented: TupleNumberStream adds a field for tuple number, RandomDropStream randomly drops tuples, and ConcatenateStream concatenates two fields. The document concludes with two options for integrating new streams with Solr: modifying the default stream factory or adding streams in solrconfig.xml.