Is my thinking correct?

I have a field 'F1' of type 'T1' whose index time analysis employs the 
StopFilterFactory.

I also have a field 'F2' of type 'T2' whose index time analysis does NOT employ 
the StopFilterFactory.

There is a copyField directive source="F1" dest="F2"

F2 will not contain any stop words because they were filtered out as F1 was 
populated.

Reply via email to