Uses of Class
org.apache.solr.response.transform.ExplainAugmenterFactory.Style
-
Packages that use ExplainAugmenterFactory.Style Package Description org.apache.solr.response.transform APIs and implementations ofDocTransformerfor 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 Modifier and Type Field Description protected ExplainAugmenterFactory.StyleExplainAugmenterFactory. defaultStyleMethods in org.apache.solr.response.transform that return ExplainAugmenterFactory.Style Modifier and Type Method Description static ExplainAugmenterFactory.StyleExplainAugmenterFactory. getStyle(String str)static ExplainAugmenterFactory.StyleExplainAugmenterFactory.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.
-