Re: DIH template multivalued fields

2010-03-13 Thread Lukas Kahwe Smith
On 13.03.2010, at 08:01, blargy wrote: > > I was actually able to accomplish (althought not pretty) what I wanted using > a regex transformer. > > transformer="RegexTransformer" >query="select *, 'valueA, valueB' values from items"> > > Nice approach. In MySQL y

Re: DIH template multivalued fields

2010-03-12 Thread blargy
ne a value from > this FAQ: http://wiki.apache.org/solr/DataImportHandlerFaq which basically > states to use the TemplateTransformer. > > My question is what do I put for template when the value is multi-valued? > -- View this message in context: http://old.nabble.com/D

Re: DIH template multivalued fields

2010-03-12 Thread Shalin Shekhar Mangar
On Sat, Mar 13, 2010 at 3:57 AM, blargy wrote: > > How can I manually specify a static multiple value field in the > DataImportHandler? > > I finally figured out the answer of how to statically define a value from > this FAQ: http://wiki.apache.org/solr/DataImportHandlerFaq which basically > stat

DIH template multivalued fields

2010-03-12 Thread blargy
put for template when the value is multi-valued? -- View this message in context: http://old.nabble.com/DIH-template-multivalued-fields-tp27883630p27883630.html Sent from the Solr - User mailing list archive at Nabble.com.