Maybe an XSLT that transforms into a "solr xml" format? http://wiki.apache.org/solr/UpdateXmlMessages
On Mon, Jul 23, 2012 at 10:53 AM, Alisson Vieira <alisson...@gmail.com>wrote: > hi, good afternoon, > > I have the following xml example, > > <glossary> > <word id="1"> > <name>test</name> > <definition>test</definition> > </word> > </glossary> > > I'd like to index id attribute with solr, How do I do this? > I can get information of name and definition. > > thanks very much > > Alisson Vieira >