You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/12/04 04:05:21 UTC

[Solr Wiki] Update of "solr-ruby" by MichaelAnderson

Dear Wiki user,

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

The "solr-ruby" page has been changed by MichaelAnderson.
http://wiki.apache.org/solr/solr-ruby?action=diff&rev1=22&rev2=23

--------------------------------------------------

    # delete document by id
    conn.delete(123)
  }}}
+ 
+  * Note: you must pass all of the fields and their values to the update method, you cannot update single fields. 
+ 
   
  == Future Development Plan ==
  We're [[solr-ruby/BrainStorming]] DSL ideas.  Join us, please.