Lucene variable expansion with a static prefix

Hi,

I’m trying to accomplish the following:
${servers:lucene} => (“server:test” OR “server:test2”)
As you can see, I’d like to append a prefix “server:” before every value of a multi-value variable. I checked the documentation and tried a few things, but to no avail. I’m afraid that this might not be supported today.

Alexandros