fig. Do you have the fields in the schema.xml
> >> that
> >> the image data is going to set to be multiValued="true"?
> >>
> >> Although, I would think the last image would be stored, not the first,
> but
> >> haven't really tested this.
> >> --
> >> View this message in context:
> >>
> http://lucene.472066.n3.nabble.com/Data-Import-Handler-Query-tp1092010p1092917.html
> >> Sent from the Solr - User mailing list archive at Nabble.com.
> >>
> >
>
t may not be the data config. Do you have the fields in the schema.xml
>> that
>> the image data is going to set to be multiValued="true"?
>>
>> Although, I would think the last image would be stored, not the first, but
>> haven't really tested this.
>> -
ave the fields in the schema.xml
> that
> the image data is going to set to be multiValued="true"?
>
> Although, I would think the last image would be stored, not the first, but
> haven't really tested this.
> --
> View this message in context:
> http://lucene.4720
ucene.472066.n3.nabble.com/Data-Import-Handler-Query-tp1092010p1092917.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi,
I have installed solr 1.4 and am trying to use the Data Import Handler to
import data from a database. I have 2 tables which share a 1 to many
relation (1 Story to Many Images).
I want my index to contain attributes regarding “Story” and also all
“Images” that it has. Based on the DIH doc