OK, my bad. Version 3.3.0.Final don't have dirty check - so entity get always indexed correctly. Version 3.4.0+ have better dirty check and we have @Field on computed field. So insert/delete work, but update not.
What is best workaround ? Now I add @Field on all database columns from which is calculated calculated field.
|