Hello, I only can display one author which is last one. It looks like overwrite others.
In xml, I have more than one <author>name</author> in <authorlist></authorlist>. In data_config.xml, I put the <field column="Author" xpath="/PublishedArticles/Article/AuthorList/Author" />. In schema.xml, I put <field name="Author" type="text" indexed="true" stored="true" multiValued="true"/>. Please let me know if I did something wrong, or how I can display it in jsp. I really appreciate your help!