Hi,
Question about “Reindex server” operation for ess/fast.
How can we ensure that reindex server operation works fine or not.
How to verify this?
Thanks,
Sameer
Sameer,
This reindex option is to submit the specific object for indexing manually.you can query on dmi_queue_item table if the queu_item is generated for this particular object.select r_object_id,task_state from dmi_queue_iem where name = 'dm_fulltext_index_user' and item_id = '<object id>'
You can even check the dfc trace to see the corresponding api is executed to generate a dmi_queue_item. It is some thing like "queue,c,<object id>,dm_fulltext_index_user,dm_force_ftindex,,,,"
Regards,Chaitanya