Example usage for org.apache.solr.handler.loader ContentStreamLoader subclass-usage

List of usage examples for org.apache.solr.handler.loader ContentStreamLoader subclass-usage

Introduction

In this page you can find the example usage for org.apache.solr.handler.loader ContentStreamLoader subclass-usage.

Usage

From source file com.sindicetech.siren.solr.handler.JsonLoader.java

/**
 * A loader for JSON document used by {@link com.sindicetech.siren.solr.handler.SirenUpdateRequestHandler}. It will
 * be in charge of parsing the JSON document, performs the field mapping, creates a Solr document and send it
 * for indexing.
 */
public class JsonLoader extends ContentStreamLoader {