org.apache.uima.solrcas
Class FieldMappingReader

java.lang.Object
  extended by org.apache.uima.solrcas.FieldMappingReader

public class FieldMappingReader
extends Object

SAX Reader for Solr mapping configuration


Constructor Summary
FieldMappingReader()
           
 
Method Summary
 SolrMappingConfiguration getConf(InputStream input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldMappingReader

public FieldMappingReader()
Method Detail

getConf

public SolrMappingConfiguration getConf(InputStream input)
                                 throws ParserConfigurationException,
                                        SAXException,
                                        IOException
Throws:
ParserConfigurationException
SAXException
IOException


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.