Exemplo n.º 1
0
    def add_client(self):

        # Make sure everything is OK
        ping_solr(self.config)

        # Create a client now
        self.client.put_client(Solr(self.config.address, timeout=self.config.timeout))
Exemplo n.º 2
0
    def add_client(self):

        # Make sure everything is OK
        ping_solr(self.config)

        # Create a client now
        self.client.put_client(Solr(self.config.address, timeout=self.config.timeout))
Exemplo n.º 3
0
 def ping(self, instance):
     ping_solr(instance)
Exemplo n.º 4
0
 def ping(self, instance):
     ping_solr(instance)