You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by "Choi, David" <dc...@amazon.com> on 2008/10/01 22:59:16 UTC

Indexing complex types into Solr

Hello,
I'm interested in indexing complex xml types, such as:

<cars>
                <field name="colour">red</field>
                <field name="type">minivan</field>
</cars>

I couldn't find any documentation regarding this.  Is this possible?

Thanks!
David