SolrResource Constructors
ClassConstructors1 member
Represents an Apache Solr container resource.
Constructor(string, string)Section titled Constructor(string, string) Represents an Apache Solr container resource.
public class SolrResource{ public SolrResource( string name, string coreName) { // ... }}Parameters
namestringThe name of the resource.coreNamestringThe name of the Solr core.