Thanks guys. I had taken a quick look at
the Template Transformer and it looks it does
what I need it to dodidn't see the 'hello' part
when reviewing earlier.
On Sat, May 5, 2012 at 11:47 AM, Jack Krupansky wrote:
> Sounds like you need a "Template Transformer": "... it helps to
> concatenat
Sounds like you need a "Template Transformer": "... it helps to concatenate
multiple values or add extra characters to field for injection."
...
See:
http://wiki.apache.org/solr/DataImportHandler#TemplateTransformer
Or did you have something different in mind?
-- Jack Krupansky
-Origi
There might be a Solr way of accomplishing this, but I've always done
stuff like this in SQL (i.e. the CONCAT command). Doing it a Solr-native
way would probably be better in terms of bandwidth consumption, but just
giving you that option early in case there's not a better one.
Michael
On Sat, 20