1. 20 Jul, 2012 2 commits
  2. 13 Jul, 2012 18 commits
  3. 11 Jul, 2012 1 commit
  4. 09 Jul, 2012 2 commits
  5. 06 Jul, 2012 1 commit
  6. 04 Jul, 2012 2 commits
  7. 24 Jun, 2012 2 commits
  8. 22 Jun, 2012 4 commits
  9. 13 Jun, 2012 1 commit
  10. 08 Jun, 2012 1 commit
  11. 06 Jun, 2012 1 commit
  12. 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
  13. 04 Jun, 2012 4 commits