Updating or Removing a field from Full-Text Index

I have modified one of the fieldtype from number to text in a form.

But in the full-text index its still considering it as number field

Is there any possibility to update or remove the field in the fulltext index

(I tried by updating the index also, but same issue continues)

Thanks in advance for help

Subject: RE: Updating or Removing a field from Full-Text Index

You would have to delete and re-create the full-text index.But first, you have to make sure that every document containing the field with the old datatype is modified to the new datatype. You will want to write an agent to do this. Editing the form is not enough. The full-text index is created based on your data, not your forms.

Subject: RE: Updating or Removing a field from Full-Text Index

Hi Andre,

Thanks for your guidance.

Regards,

Krijes