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, 2012-05-05 at 09:12 -0400, okayndc wrote:
> Hello,
> 
> Is it possible to concatenate a field via DIH?
> For example for the id field, in order to make it unique
> I want to add 'project' to the beginning of the id field.
> So the field would look like 'project1234'
> Is this possible?
> 
> <field column="id" name="id" />
> 
> Thanks


Reply via email to