C# Class Sitecore.ContentSearch.SolrProvider.NoContainer.SolrCore

显示文件 Open project: stephenpope/sitecore-solr-powerpack Class Usage Examples

Public Methods

Method Description
SolrCore ( Type documentType, string url ) : System
SolrCore ( string id, Type documentType, string url ) : System

Method Details

SolrCore() public method

public SolrCore ( Type documentType, string url ) : System
documentType System.Type
url string
return System

SolrCore() public method

public SolrCore ( string id, Type documentType, string url ) : System
id string
documentType System.Type
url string
return System