Hi, I'm sorry that's not supported , as there is no way to solve such a requirement efficiently by Hibernate Search; there are however ways around it, but require some tricks from your part.
what you would need to do is load the entities you need via HQL and intersect the resultset with what you find via a FullText query.
Usually you should try to put in the index some additional metadata so that you can solve the query only via the index and avoid this limitation altogether.
_________________ Sanne http://in.relation.to/
|