Exemplo n.º 1
0
        public SolrHandlerBase(SolrConnection connection)
        {
            this.connection = connection;

            RequestUrl = SetRequestUrl();
        }
Exemplo n.º 2
0
 public SolrServer(SolrConnection connection)
 {
     this.connection = connection;
     Handlers        = new List <Type>();
 }