Skip to content
Docs Try Aspire
Docs Try

SolrConfigSetAnnotation Constructors

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