Uses of Class
org.apache.solr.response.transform.ShardAugmenterFactory.Style
-
Packages that use ShardAugmenterFactory.Style Package Description org.apache.solr.response.transform APIs and implementations ofDocTransformer
for modifying documents in Solr request responses -
-
Uses of ShardAugmenterFactory.Style in org.apache.solr.response.transform
Fields in org.apache.solr.response.transform with type parameters of type ShardAugmenterFactory.Style Modifier and Type Field Description protected Optional<ShardAugmenterFactory.Style>
ShardAugmenterFactory. configuredDefaultStyle
Methods in org.apache.solr.response.transform that return ShardAugmenterFactory.Style Modifier and Type Method Description static ShardAugmenterFactory.Style
ShardAugmenterFactory.Style. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShardAugmenterFactory.Style[]
ShardAugmenterFactory.Style. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.response.transform that return types with arguments of type ShardAugmenterFactory.Style Modifier and Type Method Description static Optional<ShardAugmenterFactory.Style>
ShardAugmenterFactory.Style. getStyle(String s)
-