Re: Order of Copy Field and Analyzer

2015-04-23 Thread Andrea Gazzarini
Yes, the "copied" value is always the original one (the stored), regardless any analysis, which is field-scoped On 23 Apr 2015 19:13, "Kaushik" wrote: > Hello, > > > What is the order in which these occur? > > >- Copy field >- Analyzer > > The other way of asking the above question I gues

Order of Copy Field and Analyzer

2015-04-23 Thread Kaushik
Hello, What is the order in which these occur? - Copy field - Analyzer The other way of asking the above question I guess is, if I copy an _txt field to _t field, does the analyzer of _t get the orignial text sent to _txt field or the analyzed tokens from it? Thanks, Kaushik