org.apache.solr.uima.processor
Class SolrUIMAConfiguration

java.lang.Object
  extended by org.apache.solr.uima.processor.SolrUIMAConfiguration

public class SolrUIMAConfiguration
extends Object

Configuration holding all the configurable parameters for calling UIMA inside Solr


Method Summary
 String getAePath()
           
 String[] getFieldsToAnalyze()
           
 String getLogField()
           
 Map<String,Object> getRuntimeParameters()
           
 boolean isFieldsMerging()
           
 boolean isIgnoreErrors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFieldsToAnalyze

public String[] getFieldsToAnalyze()

isFieldsMerging

public boolean isFieldsMerging()

getAePath

public String getAePath()

getRuntimeParameters

public Map<String,Object> getRuntimeParameters()

isIgnoreErrors

public boolean isIgnoreErrors()

getLogField

public String getLogField()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.