Example usage for org.apache.solr.client.solrj.io.stream.expr Expressible interface-usage

List of usage examples for org.apache.solr.client.solrj.io.stream.expr Expressible interface-usage

Introduction

In this page you can find the example usage for org.apache.solr.client.solrj.io.stream.expr Expressible interface-usage.

Usage

From source file com.dennisgove.streaming.expressions.kafka.KafkaTopicConsumerStream.java

/**
 * <h1>Kafka Topic Consumer Stream</h1>
 * The <b>KafkaTopicConsumerStream</b> provides a new
 * <a href="https://lucene.apache.org/solr/guide/stream-sources.html">Solr Stream Source</a>
 * to consume records from a Kafka topic.
 * <pre>