For more detail, I want to do something like this

IQuery query = session.CreateQuery("from BaseClass bc" +
                " where subclass.UniqueToSubclass like :keyword");
            query.SetString("keyword", keyword);


obviously I will switch it to freetext instead of like to utilize full
text searching. Is this possible?

On Dec 9, 3:20 pm, dedgi <sethaedwa...@gmail.com> wrote:
> I have a table per subclass setup and I want to search using full text
> searching. The dilemma is that each subclass would have different
> fields indexed. I want to use one query against all subclasses but be
> able to utilize the the ft indexes specific to that subclass. Is this
> supported?

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to nhus...@googlegroups.com.
To unsubscribe from this group, send email to 
nhusers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to