I get the following exception when attempting to perform a {{FullTextSession.purge()}} on an indexed entity that is embedded in another indexed entity. {noformat} java.lang.IllegalStateException: Could not get property value at org.hibernate.search.util.impl.ReflectionHelper.getMemberValue(ReflectionHelper.java:94) at org.hibernate.search....
|