one xpath can be mapped to only one name. If you want to copy one to another use something like a TemplateTransformer
On Sun, Dec 14, 2008 at 7:18 AM, Erik Hatcher <e...@ehatchersolutions.com> wrote: > I'm trying to index a blog with DIH, and have this: > > <field column="id" xpath="/rss/channel/item/link"/> > <field column="url" xpath="/rss/channel/item/link"/> > > If I comment out the url <field> line it all works fine, but if I put it in, > no documents get indexed. Is there an issue with using the same xpath > twice? Or something else I'm missing? > > This is using Solr trunk. > > Thanks, > Erik > > -- --Noble Paul