Uses of Class
org.apache.solr.core.SolrConfig.PluginOpts
-
Packages that use SolrConfig.PluginOpts Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCores -
-
Uses of SolrConfig.PluginOpts in org.apache.solr.core
Fields in org.apache.solr.core with type parameters of type SolrConfig.PluginOpts Modifier and Type Field Description Set<SolrConfig.PluginOpts>SolrConfig.SolrPluginInfo. optionsMethods in org.apache.solr.core that return SolrConfig.PluginOpts Modifier and Type Method Description static SolrConfig.PluginOptsSolrConfig.PluginOpts. valueOf(String name)Returns the enum constant of this type with the specified name.static SolrConfig.PluginOpts[]SolrConfig.PluginOpts. values()Returns an array containing the constants of this enum type, in the order they are declared.
-