I am working on some POC stuff on Hibernate Search based on Lucene using below env:
Try By adding the
@ManyToOne(fetch = FetchType.LAZY) @JoinColumn(name = "userId", nullable = false) @ContainedIn public User getUser() { return user; }