Brian, On Tue, Mar 1, 2011 at 4:52 PM, Brian Lamb <brian.l...@journalexperts.com> wrote: > <field column="specie" multiValued="true" name="specie" type="string" > indexed="true" stored="true" required="false" />
Not sure, but iirc <field> in this context has no column-Attribute .. that should normally not break your solr-configuration. Are you sure, that your animal has multiple species assigned? Checked the Query from the MySQL-Query-Log and verified that it returns more than one record? Otherwise you could enable http://wiki.apache.org/solr/DataImportHandler#LogTransformer for your dataimport, which outputs a log-row for every record .. just to ensure, that your Query-Results is correctly imported HTH, Regards Stefan