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
I was actually able to accomplish (althought not pretty) what I wanted using
a regex transformer.
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
> t
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