RE: copying one field to another using regex

2011-09-06 Thread Jaeger, Jay - DOT
@lucene.apache.org Subject: copying one field to another using regex Hello, Is it possible to create a copy field from another by applying a regex or a function to source. Thanks. Alex.

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.