SolrConfigSetAnnotation Constructors
ClassConstructors1 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
configSetNamestringThe name of the config set.configSetPathstringThe path to the config set directory.