List of usage examples for org.apache.solr.handler.loader ContentStreamLoader subclass-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 {