Please implement {{ toString() }} in JPA's {{ FullTextQuery }} ( {{ org.hibernate.search.jpa.impl.FullTextQueryImpl }} ).
Shouldn't be a big deal since jpa FullTextQuery it delegates to a wrapped hibernate Hibernate {{ FullTextQuery (and this one }} which already implements {{ toString ) }} .
Would be great for better logging information.
|