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