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 NoblePaul:
http://wiki.apache.org/solr/Solrj

------------------------------------------------------------------------------
  {{{
     server.addBean(item);
  }}}
- 
- 
+ * Adding multiple beans together 
+ {{{
+   List<Item> beans ;
+   //add Item objects to the list
+   server.addBeans(beans);   
+ }}}
  
  == Reading Data from Solr ==
   * Get an instance of server first

Reply via email to