SolrResource Constructors
Class Constructors 1 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
name string The name of the resource. coreName string The name of the Solr core.