Uses of Class
org.apache.solr.client.solrj.RoutedAliasTypes
-
Packages that use RoutedAliasTypes Package Description org.apache.solr.client.solrj Primary APIs for communicating with a Solr Server from a Java client.org.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests. -
-
Uses of RoutedAliasTypes in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj that return RoutedAliasTypes Modifier and Type Method Description static RoutedAliasTypes
RoutedAliasTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static RoutedAliasTypes[]
RoutedAliasTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RoutedAliasTypes in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return RoutedAliasTypes Modifier and Type Method Description RoutedAliasTypes
CollectionAdminRequest.CreateCategoryRoutedAlias. getType()
RoutedAliasTypes
CollectionAdminRequest.CreateTimeRoutedAlias. getType()
RoutedAliasTypes
CollectionAdminRequest.DimensionalRoutedAlias. getType()
RoutedAliasTypes
CollectionAdminRequest.RoutedAliasAdminRequest. getType()
-