Hi, I have annotated the setter methods with Field annotations. And I am using addBean method to add SOLR document. But all fields are being indexed as multivalued: <doc> <float name="score">1.0</float> <arr name="id"> <str>1</str> </arr>
<arr name="name"> <str>siddharth 0</str> </arr> <arr name="updated_dt"> <date>2012-01-28T06:22:19.946Z</date> </arr> </doc> How to avoid this?