コード例 #1
0
ファイル: SolrCoreAdmin.cs プロジェクト: lovaex/SolrNet
 /// <summary>
 /// Initializes a new instance of the <see cref="SolrCoreAdmin"/> class.
 /// </summary>
 public SolrCoreAdmin(ISolrConnection connection, ISolrHeaderResponseParser headerParser, ISolrStatusResponseParser resultParser)
 {
     this.connection   = connection;
     this.headerParser = headerParser;
     this.resultParser = resultParser;
 }
コード例 #2
0
ファイル: SolrCoreAdmin.cs プロジェクト: FilipVV/SolrNet
 /// <summary>
 /// Initializes a new instance of the <see cref="SolrCoreAdmin"/> class.
 /// </summary>
 public SolrCoreAdmin(ISolrConnection connection, ISolrHeaderResponseParser headerParser, ISolrStatusResponseParser resultParser) {
     this.connection = connection;
     this.headerParser = headerParser;
     this.resultParser = resultParser;
 }