Hi, Just a minor nit.
Shouldnt the addBeans method in SolrServer have Collection<?> as the method parameter instead of Collection<Object>. This would enable one to add something like say, List<BeanClass> directly, without any unneeded type conversions. -- Regards, Chris