Hi
I am getting the following exception:
Code:
Caused by: java.lang.IllegalArgumentException: None of the specified entity types or any of their subclasses are indexed.
at org.hibernate.search.query.FullTextQueryImpl.<init>(FullTextQueryImpl.java:114)
at org.hibernate.search.impl.FullTextSessionImpl.createFullTextQuery(FullTextSessionImpl.java:86)
and i'm not sure what it means. My object is marked as @Indexed and it extends an abstract class which is not marked as @Indexed. This is something new and I'm not sure where to diagnose the problem.
Any help would be appreciated.
Cheers