Hi all, I'm new to solr and just know that solrj generates index for instance of POJO
by transform instance of pojo into an instance of type of SolrInputDocument with DocumentObjectBinder. Supposing my POJO has a property of List type and its element compound types which are my customized class, Contact class for example. In my case does solr support index my List whose element is my own customized class? Thanks. SuoNayi