Class ContentStreamLoader

java.lang.Object
org.apache.solr.handler.loader.ContentStreamLoader
Direct Known Subclasses:
CSVLoader, CSVLoaderBase, JavabinLoader, JsonLoader, XMLLoader

public abstract class ContentStreamLoader extends Object
Load a ContentStream into Solr

This should be thread safe and can be called from multiple threads

  • Constructor Details

    • ContentStreamLoader

      public ContentStreamLoader()
  • Method Details