I'm looking for a mixture of text search and SQL search in two stages.
1) Simple (I guess problem)
I'e only a correct Hibernate SQL statement in my architecture :
Code:
from table a where .....
And want to do some text searching on the table "Table"
I can extract the class name,... but my
entities are stored over multiple jar packages
is there a way to find the loaded entity ( As Sql translation does)
to pass the entity class to the hibernate search ...
2) complexer problem
I'e multiple sets of articles for each user ...
all articles are stored in a common table
can i Do text search where each user sees only his articles
text search where User="myself" ???
thanks in advnce, hope I'm a bit clear on the double