org.kitesdk.morphline.solr
Class SolrMorphlineContext

java.lang.Object
  extended by org.kitesdk.morphline.api.MorphlineContext
      extended by org.kitesdk.morphline.solr.SolrMorphlineContext

public class SolrMorphlineContext
extends MorphlineContext

A context that is specific to Solr.


Nested Class Summary
static class SolrMorphlineContext.Builder
          Helper to construct a SolrMorphlineContext instance.
 
Constructor Summary
protected SolrMorphlineContext()
          For public access use SolrMorphlineContext.Builder.build() instead
 
Method Summary
 DocumentLoader getDocumentLoader()
           
 org.apache.solr.schema.IndexSchema getIndexSchema()
           
 
Methods inherited from class org.kitesdk.morphline.api.MorphlineContext
getCommandBuilder, getExceptionHandler, getHealthCheckRegistry, getMetricRegistry, importCommandBuilders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrMorphlineContext

protected SolrMorphlineContext()
For public access use SolrMorphlineContext.Builder.build() instead

Method Detail

getDocumentLoader

public DocumentLoader getDocumentLoader()

getIndexSchema

public org.apache.solr.schema.IndexSchema getIndexSchema()


Copyright © 2013–2014. All rights reserved.