RE: copying one field to another using regex

2011-09-06 Thread Jaeger, Jay - DOT
Not quite sure what you are asking. You can certainly use copyField to copy a field, and then apply regex on the destination field's fieldType. We do that. JRJ -Original Message- From: alx...@aim.com [mailto:alx...@aim.com] Sent: Thursday, September 01, 2011 4:16 PM To: solr-user@luce

Re: copying one field to another using regex

2011-09-01 Thread Markus Jelsma
No, field data is copied verbatim. Copy the field and strip what you don't need. > Hello, > > Is it possible to create a copy field from another by applying a regex or a > function to source. > > Thanks. > Alex.