Hardy Ferentschik commented on an issue
Hibernate Search / Bug HSEARCH-1271
FullTextSession purge fails on entities annoted with @ContainedIn
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....