Closed GoogleCodeExporter closed 8 years ago
Please email at lance.norskog@gmail.com.
Original comment by goks...@gmail.com
on 28 Jun 2012 at 8:09
Also, I only tested this under Wordpress. I do not know how to run the unit
tests.
Original comment by goks...@gmail.com
on 28 Jun 2012 at 8:15
Didn't go with your patch directly, I wanted the methods on the transport, but
it should provide similar functionality. see r64
Should be able to do
<?php
$solr = new Apache_Solr_Service(...);
$solr->setAuthenticationCredentials("user", "password");
...
?>
This calls through to the HTTP transport, so it could also be set directly
there.
I'm reasonably certain this should work as is, but I'd appreciate if you tested
it. Thanks.
Original comment by donovan....@gmail.com
on 5 Jul 2012 at 9:17
Issue 69 has been merged into this issue.
Original comment by donovan....@gmail.com
on 5 Jul 2012 at 9:19
Original comment by donovan....@gmail.com
on 28 Aug 2012 at 2:23
Original issue reported on code.google.com by
goks...@gmail.com
on 28 Jun 2012 at 8:09Attachments: