Re: copyfield not working

2019-01-14 Thread Jay Potharaju
thanks for the info Andrea! Thanks Jay On Sun, Jan 13, 2019 at 11:53 PM Andrea Gazzarini wrote: > Hi Jay, the text analysis always operates on the indexed content. The > stored content of a filed is left untouched unless you do something > before it gets indexed (e.g. on client side or by an

Re: copyfield not working

2019-01-13 Thread Jay Potharaju
copyfield syntax from my schema file... Thanks Jay On Sun, Jan 13, 2019 at 11:46 PM Jay Potharaju wrote: > Hi, > I have a copy field in which i am copying the contents of text_en field to > another custom field. > After indexing i was expecting any of the special characters in the > paragraph

Re: copyfield not working

2019-01-13 Thread Andrea Gazzarini
Hi Jay, the text analysis always operates on the indexed content. The stored content of a filed is left untouched unless you do something before it gets indexed (e.g. on client side or by an UpdateRequestProcessor). Cheers, Andrea On 14/01/2019 08:46, Jay Potharaju wrote: Hi, I have a copy f

copyfield not working

2019-01-13 Thread Jay Potharaju
Hi, I have a copy field in which i am copying the contents of text_en field to another custom field. After indexing i was expecting any of the special characters in the paragraph to be removed, but it does not look like that is happening. The copied content is same as the what is there in the sourc