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 2008/05/04 12:47:01 UTC

[Solr Wiki] Update of "solr-ruby/BrainStorming" by Michel Benevento

Dear Wiki user,

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

The following page has been changed by Michel Benevento:
http://wiki.apache.org/solr/solr-ruby/BrainStorming

------------------------------------------------------------------------------
  == Enumerable / paging ==
  Consider {{{Book.search_by_title("zen")}}}.  Perhaps what is returned is not just the top 25 books as an array, but rather something more clever that allows paging (by hitting Solr for more data when needed)?
  
+ == Support for rich documents ==
+ Attached is rich.rb (not sure how to link to attachments) with a Module that allows solr-ruby to upload [http://wiki.apache.org/solr/UpdateRichDocuments rich documents]. Install and usage instructions are in the file.
+