The first thing I'd do is look at the document in the admin pages and determine what you actually have in the index. If that's OK, have you dumped your responses to see if the returned document has multiple entries but you're parsing is off?
Best Erick On Wed, Aug 18, 2010 at 5:00 PM, Ma, Xiaohui (NIH/NLM/LHC) [C] < xiao...@mail.nlm.nih.gov> wrote: > 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! >