hibernate search
Posted
by Odelya
on Stack Overflow
See other posts from Stack Overflow
or by Odelya
Published on 2010-06-06T13:27:18Z
Indexed on
2010/06/06
13:32 UTC
Read the original article
Hit count: 320
Hi!
I am using Hibernate. I am looking for a free text engine.
Before I investigate into it I need your experience.
I have in my applications user, role and object table. Where a user is connected to one or more roles, and a role is connected to one or more objects.
In my free text search, the user can reach only data that he is allowed to watch by object table.
Can Hibernate search help me with it?
© Stack Overflow or respective owner