1. 23 Jul, 2012 2 commits
  2. 20 Jul, 2012 2 commits
  3. 13 Jul, 2012 18 commits
  4. 11 Jul, 2012 1 commit
  5. 09 Jul, 2012 2 commits
  6. 06 Jul, 2012 1 commit
  7. 04 Jul, 2012 2 commits
  8. 24 Jun, 2012 2 commits
  9. 22 Jun, 2012 4 commits
  10. 13 Jun, 2012 1 commit
  11. 08 Jun, 2012 1 commit
  12. 06 Jun, 2012 1 commit
  13. 05 Jun, 2012 1 commit
    • DrZippie's avatar
      Authentication with Curl and Http Adapter · 33a16826
      DrZippie authored
      $config = array(
      	'adapteroptions' =>
      		array ('host' =>  '127.0.0.1', 'username' => 'user', 'password' =>
      			'pass', 'port' => '8983'
      		)
      	);
      $client = new \Solarium_Client(  $config );
      // $client->setAdapter('Solarium_Client_Adapter_Curl');
      33a16826
  14. 04 Jun, 2012 2 commits