> http://wiki.apache.org/solr/DataImportHandler#head-071ff018f44ecbdb1cf55afc4c2a857f44ea1ea4
>
> <entity name="e" transformer="TemplateTransformer" ..>
> <field column="namedesc" template="hello${e.name},${eparent.surname}" />
> ...
> </entity>
>
The problem is that "namedesc" must be an existing column and I have no idea
of column name in advance.
To be more clear, what I want is to be able to retrive information which are
not in database from the index. For example to store source database in a
kind of custom property and have it back with results.
--
View this message in context:
http://www.nabble.com/DataImportHandler%2C-custom-properties-tp20482190p20498600.html
Sent from the Solr - User mailing list archive at Nabble.com.