Uses of Class
org.apache.solr.handler.dataimport.DIHLogLevels

Packages that use DIHLogLevels
org.apache.solr.handler.dataimport   
 

Uses of DIHLogLevels in org.apache.solr.handler.dataimport
 

Methods in org.apache.solr.handler.dataimport that return DIHLogLevels
static DIHLogLevels DIHLogLevels.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DIHLogLevels[] DIHLogLevels.values()
          Returns an array containing the constants of this enum type, in the order they're declared.