Hi,
I am using solr 1.4 and was wondering if the dataimport.properties location
can be configured for DataImportHandler. Is there a config file or a
property that I can use to specify a custom location ?
Thanks,
Manali
>
>
>
>
> See
> http://www.lucidimagination.com/search/document/c8f2ed065ee75651/dih_and_multivariable_fields_problems
>
> On Thu, Aug 12, 2010 at 2:30 AM, Manali Joshi
> wrote:
> > I tried making the schema fields that get the image data to
> > multiVa
I tried making the schema fields that get the image data to
multiValued="true". But it still gets only the first image data. It doesn't
have information about all the images.
On Wed, Aug 11, 2010 at 1:15 PM, kenf_nc wrote:
>
> It may not be the data config. Do you have the fields in the schem
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