Thanks, I used uprefix and solved my problem. 2013/4/26 Gora Mohanty <g...@mimirtech.com>
> 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 >