On 26 April 2013 20:51, Furkan KAMACI <furkankam...@gmail.com> wrote: > Hi; > > I use that: > > <copyField source="*" dest="text"/> > > however I want to exclude something i.e. author field. How can I do that?
Instead of using *, use separate copyField directives for the fields that you want copied. You can use more restrictive globs also, e.g., <copyField source="*_txt" dest="text"/> Regards, Gora