I use javaAPI + Tamino ver4.2.1.8 hotfix 835.
I have trouble with I can not search data.
create connection and start transaction (Local Transaction Mode).
I execute some update querys.
I execute rollback and close this connection.
I execute query for search updated data.but no data hit.
I analize this data,
・This updated data is exist.
・Search query , specific “where phrase” is not hit this data ,
but other specific “where phrase” is hit this data.
・When I recreate “index” , this problem is solved.
・When I load this data from xml file at TII(TaminoInterractiveInterface),
this problem is solved.
What is the cause of the problem?
This problem is Tamino’s BUG?
If you execute some update then rollback then the changes are restored to their original form. So surely you need to commit rather than rollback?
I don’ t under how running “recreate index” can solve the problem. When you update via the TII then the update runs in autocommit mode so the update data is visible straight away.
One final point, I would recommend upgrading to Tamino v4.4