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

Reply via email to