We have both a
org.hibernate.search.jpa.FullTextQuery
and a
org.hibernate.search.FullTextQuery
One is used for Hibernate Session API, the other is used for JPA and EntityManager integrations.
HSEARCH-1174 is missing the integration points for JPA