What are you using to import it now? If DataImportHandler, then you
just use /../../@id syntax. If some other XML library, it should have
a way as well.
Regards,
Alex.
Personal blog: http://blog.outerthoughts.com/
LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch
- Time is the quality o
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 wrote:
> hi, good afternoon,
>
> I have the following xml example,
>
>
>
> test
> test
>
>
>
> I'd like to index id attribute with
hi, good afternoon,
I have the following xml example,
test
test
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