1. 13 Jul, 2012 1 commit
  2. 08 Jun, 2012 1 commit
  3. 06 Jun, 2012 1 commit
  4. 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
  5. 15 May, 2012 5 commits
  6. 11 May, 2012 1 commit
    • Marc's avatar
      Added component EDisMax · c803c595
      Marc authored
          * http://wiki.apache.org/solr/ExtendedDisMax
      
      Added 6 new features:
      
          * PhraseBigramFields
          * PhraseBigramSlop
          * PhraseTrigramFields
          * PhraseTrigramSlop
          * BoostFunctionsMult
          * UserFields
      
      Component can be requested by using
      
          * $edisMax = $query->getEDisMax();
      
      All new features are tested.
      c803c595
  7. 03 May, 2012 1 commit
  8. 16 Apr, 2012 2 commits
  9. 14 Apr, 2012 2 commits
  10. 14 Feb, 2012 6 commits
  11. 13 Feb, 2012 5 commits
  12. 07 Feb, 2012 5 commits
  13. 06 Feb, 2012 4 commits
  14. 27 Jan, 2012 1 commit
  15. 24 Jan, 2012 3 commits
  16. 22 Jan, 2012 1 commit