Thanks for the suggestions!
- David

-----Original Message-----
From: Walter Underwood [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 01, 2008 2:31 PM
To: solr-user@lucene.apache.org
Subject: Re: Indexing complex types into Solr

Or encode the hierarcy in the fieldnames.

<field name="car.colour">red</field>
<field name="car.type">minivan</field>

wunder

On 10/1/08 2:18 PM, "Otis Gospodnetic" <[EMAIL PROTECTED]> wrote:

> 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
> 

Reply via email to