Uses of Class
org.apache.solr.response.transform.ExplainAugmenterFactory.Style

Packages that use ExplainAugmenterFactory.Style
org.apache.solr.response.transform APIs and implementations of DocTransformer for modifying documents in Solr request responses 
 

Uses of ExplainAugmenterFactory.Style in org.apache.solr.response.transform
 

Fields in org.apache.solr.response.transform declared as ExplainAugmenterFactory.Style
protected  ExplainAugmenterFactory.Style ExplainAugmenterFactory.defaultStyle
           
 

Methods in org.apache.solr.response.transform that return ExplainAugmenterFactory.Style
static ExplainAugmenterFactory.Style ExplainAugmenterFactory.getStyle(String str)
           
static ExplainAugmenterFactory.Style ExplainAugmenterFactory.Style.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExplainAugmenterFactory.Style[] ExplainAugmenterFactory.Style.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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