See HSEARCH-1119 The following default settings need to be done in {{OgmConfiguration}} and {{HibernateOgmPersistence}}:
{code} hibernate . search.query.object_lookup_method = skip We might be able to do that even before HSEARCH-1119 is fixed? hibernate.search.query.database_retrieval_method = find_by_id {code}
|