David, Doable, you just need to flatten your models, for example:
<field name="colour">red</field> <field name="type">minivan</field> <field name="type">car</field> Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: "Choi, David" <[EMAIL PROTECTED]> > To: "solr-user@lucene.apache.org" <solr-user@lucene.apache.org> > Sent: Wednesday, October 1, 2008 4:59:16 PM > Subject: Indexing complex types into Solr > > Hello, > I'm interested in indexing complex xml types, such as: > > > red > minivan > > > I couldn't find any documentation regarding this. Is this possible? > > Thanks! > David