> I feel like the default option is a little hacky plus I'll
> probably be
> sharing my schema.xml for multiple cores using dynamic
> field types.
> 
> I can't believe there isnt an easy way to specify this. So
> my only options
> is something like this?

Also you can generate this static value from your SQL sentence. Something like: 
 select *, 'static_value_not_from_db' as my_field from items
 
> What if I don't need a template transformer for all the
> other fields? Is it
> ok to mix and match? Will this effect performance at all? 

Template Transformer is activated with template="". All Transformers work like 
that. I don't think that it will noticeably effect performance.


      

Reply via email to