How to delete a property in the index

Hi all,

I have indexed some fields incorrectly in the existing index and now i want to delete them.

How can I do it ?

Thanks,
Thomas.

You need to reindex them and remove that field, you cannot just delete the field.

thank warkolm, I'll implement this way.