Re: How to replacing values on multiValued all together by using 1 query

2018-05-10 Thread Shawn Heisey
On 5/10/2018 7:51 AM, Issei Nishigata wrote: I create a field called employee_name, and use it as multiValued. If “Mr.Smith" that is part of the value of the field is changed to “Mr.Brown", do I have to create 1 million deletion queries and updating queries in case where “Mr.Smith" appears in 1 m

How to replacing values on multiValued all together by using 1 query

2018-05-10 Thread Issei Nishigata
Hi, all I create a field called employee_name, and use it as multiValued. If “Mr.Smith" that is part of the value of the field is changed to “Mr.Brown", do I have to create 1 million deletion queries and updating queries in case where “Mr.Smith" appears in 1 million documents? Do we have a simpl