SolrConfigSetAnnotation Constructors
Class Constructors 1 member
Represents an annotation for defining a config set for a Solr resource.
Constructor(string, string) Section titled Constructor(string, string) Initializes a new instance of the
SolrConfigSetAnnotation class. public sealed class SolrConfigSetAnnotation{ public SolrConfigSetAnnotation( string configSetName, string configSetPath) { // ... }}Parameters
configSetName string The name of the config set. configSetPath string The path to the config set directory.