Esempio n. 1
0
 /// <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;
 }
Esempio n. 2
0
 /// <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;
 }