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/03 03:32:34 UTC

[Solr Wiki] Trivial 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=44&rev2=45

Comment:
Minor order change

  <<TableOfContents(2)>>
  
  = Solr Client Libraries / Language Bindings =
+ 
+ == Java ==
+  * [[Solrj|SolrJ]] ([[SolJava|Older example]], [[http://mvnrepository.com/artifact/org.apache.solr/solr-solrj|Maven package]], [[http://www.solr-start.com/javadoc/solr-lucene/org/apache/solr/client/solrj/package-summary.html|Searchable JavaDoc]]) - Part of Solr's distribution
+  * [[http://projects.spring.io/spring-data-solr/|Spring Data Solr]] ([[https://github.com/arafalov/Solr-Javadoc/tree/master/|Example Autocomplete server]]) - December 2014
+ 
+ == Python ==
+  * Python has so many clients (more than 10), that they get [[SolPython|their own page]]
+ 
  == Ruby ==
   * [[Ruby Response Format]]
   * RSolr ([[http://rubygems.org/gems/rsolr|RubyGems]], [[https://github.com/rsolr/rsolr|GitHub]], [[https://www.ruby-toolbox.com/projects/rsolr|RubyToolbox]], [[https://gist.github.com/arafalov/1a4d1841dd8c83b614f4|Basic Example]]) - Nov 2014
@@ -15, +23 @@

   * [[https://github.com/avvo/delsolr/tree/master|DelSolr]] - January 2014
  
   * [[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- March 2013
+  * [[https://github.com/notch8/tanning_bed|Tanning Bed (Model)]] - February 2012
  
  == PHP ==
   * [[http://www.solarium-project.org/|Solarium]] ([[http://www.sitepoint.com/series/using-solarium-for-solr-search/|Examples]]) - November 2014
@@ -27, +36 @@

  
  Some Legacy PHP examples for the above libraries are also available on the Wiki itself: [[SolPHP]]
  
- == Java ==
-  * [[Solrj|SolrJ]] ([[SolJava|Older example]], [[http://mvnrepository.com/artifact/org.apache.solr/solr-solrj|Maven package]], [[http://www.solr-start.com/javadoc/solr-lucene/org/apache/solr/client/solrj/package-summary.html|Searchable JavaDoc]]) - Part of Solr's distribution
-  * [[http://projects.spring.io/spring-data-solr/|Spring Data Solr]] ([[https://github.com/arafalov/Solr-Javadoc/tree/master/|Example Autocomplete server]]) - December 2014
+ == C# / .NET ==
+  * [[https://github.com/mausch/SolrNet|SolrNet]] - September 2014
+  * [[http://solrcontrib.codeplex.com/|SolrContrib]] (based on [[http://solrsharp.codeplex.com/|SolrSharp]] abandoned in 2007)  - Development suspended in April 2014
+  * [[http://easynet.codeplex.com/|EasyNet.Solr]] - August 2013
  
  == Scala ==
   * [[https://github.com/seratch/scalikesolr|ScalikeSolr]] - October 2014
   * [[https://github.com/takezoe/solr-scala-client|Solr Scala client]] based on SolrJ - September 2014
   * [[https://github.com/foursquare/slashem|Slashem/SolrRogue DSL]] - July 2013
- 
- == Python ==
-  * Python has so many clients (more than 10), that they get [[SolPython|their own page]]
- 
- == C# / .NET ==
-  * [[https://github.com/mausch/SolrNet|SolrNet]] - September 2014
-  * [[http://solrcontrib.codeplex.com/|SolrContrib]] (based on [[http://solrsharp.codeplex.com/|SolrSharp]] abandoned in 2007)  - Development suspended in April 2014
-  * [[http://easynet.codeplex.com/|EasyNet.Solr]] - August 2013
  
  == Perl ==
   * [[https://github.com/bricas/webservice-solr|WebService::Solr] (on [[http://search.cpan.org/~petdance/WebService-Solr-0.22/|CPAN]])- February 2014