You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2014/12/02 01:42:00 UTC

[Solr Wiki] Update of "IntegratingSolr" by AlexandreRafalovitch

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "IntegratingSolr" page has been changed by AlexandreRafalovitch:
https://wiki.apache.org/solr/IntegratingSolr?action=diff&rev1=39&rev2=40

Comment:
Started to add the clients

  = Solr Client Libraries / Language Bindings =
   * Ruby
    * [[Ruby Response Format]]
-   * [[http://rubygems.org/gems/rsolr|rsolr]]
+   * RSolr ([[http://rubygems.org/gems/rsolr|RubyGems]], [[https://github.com/rsolr/rsolr|GitHub]], [[https://www.ruby-toolbox.com/projects/rsolr|RubyToolbox]])
+   * [[https://github.com/sunspot/sunspot|SunSpot]] - Built on top of RSolr
+   * [[https://github.com/vothane/solrnaut|Solrnaut]] - Bridge between SunSpot and ActiveRecord
+   * [[https://www.ruby-toolbox.com/projects/rsolr-ext|Rsolr-ext]] - a query/response extension lib for RSolr
    * [[https://github.com/kennyj/java_bin|github.com/kennyj/java_bin]] adds support for Solr's efficient binary javabin format to rsolr and solr-ruby
-  * PHP 
+  * PHP
    * [[SolPHP]]
    * [[https://github.com/Yehuda-Daniel/PHP-Apache-Solr-Adapter|KoPHP]] Dynamic and fast library uses [[UpdateJSON]] and PHP serialized response format (no need php-solr lib) excellent for Solr 3.5.0
   * Java - [[SolJava|SolrJ]]