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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
RoutedAliasTypes |
CollectionAdminRequest.CreateTimeRoutedAlias.getType() |
RoutedAliasTypes |
CollectionAdminRequest.CreateCategoryRoutedAlias.getType() |
RoutedAliasTypes |
CollectionAdminRequest.RoutedAliasAdminRequest.getType() |
RoutedAliasTypes |
CollectionAdminRequest.DimensionalRoutedAlias.getType() |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.