cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Update index configuration in items.xml

former_member686625
Participant
0 Likes
814

Hi Experts,

I have a type which consist of attribute A, B and C. For attribute A and B, I have created index also by using tag "indexes" in items.xml file. Now, I want to remove B from index and add C.

Could you please tell me if changes will take effect after build and do I need to update also?

Thanks

View Entire Topic
mpern
Product and Topic Expert
Product and Topic Expert
0 Likes

Yes, you need to update, and also you need to drop the index in the database before the update.

The update process does not modify indexes, it only creates them if they aren't already available in the DB.

former_member686625
Participant
0 Likes

Thanks Markus