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