Re: DIH and multivariable fields problems

2010-08-12 Thread Lance Norskog
le related issues got > me to my script transform. Mine is more convoluted than the one I gave here, > but obviously you got the gist of the idea. > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/DIH-and-multivariable-fields-problems-tp103289

Re: DIH and multivariable fields problems

2010-08-10 Thread kenf_nc
context: http://lucene.472066.n3.nabble.com/DIH-and-multivariable-fields-problems-tp1032893p1081738.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DIH and multivariable fields problems

2010-08-10 Thread Alexey Serba
2 > - >  Polygraph Newsletter Title >   >   >   > > Only the first record is retained. There was also another post (which > recieved no replies) in the archive that reported the same issue. The DIH > debug logs do show 3 records correctly being returned, so somehow these are > not getting added. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/DIH-and-multivariable-fields-problems-tp1032893p1065244.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: DIH and multivariable fields problems

2010-08-09 Thread harrysmith
omehow these are not getting added. -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-and-multivariable-fields-problems-tp1032893p1065244.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DIH and multivariable fields problems

2010-08-06 Thread harrysmith
ch parent you will be executing N separate >>queries. > -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-and-multivariable-fields-problems-tp1032893p1033222.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DIH and multivariable fields problems

2010-08-06 Thread Amit Nithian
> the DataImportHandler when the source is a RDBMS. I've read the following > > from the wiki: > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/DIH-and-multivariable-fields-problems-tp1032893p1033045.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: DIH and multivariable fields problems

2010-08-06 Thread harrysmith
dschoolnow.com On 8/6/10 4:39 PM, harrysmith wrote: > I'm having a difficult time understanding how multivariable fields work > with > the DataImportHandler when the source is a RDBMS. I've read the following > from the wiki: > -- View this message in context: http://l

Re: DIH and multivariable fields problems

2010-08-06 Thread Tommy Chheng
For multiple value fields using the DIH, i use group_concat with the regextransformer's splitby: ex: FROM professors WHERE professors.university_guid = '${universities.guid}' " transformer="RegexTransformer"> hope that's helpful. @tommychheng Progra

DIH and multivariable fields problems

2010-08-06 Thread harrysmith
from the query, but only the first one gets added. Am I missing something obvious? -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-and-multivariable-fields-problems-tp1032893p1032893.html Sent from the Solr - User mailing list archive at Nabble.com.