[hibernate-issues] [Hibernate-JIRA] Resolved: (HSEARCH-160) Truly polymorphic queries

Hardy Ferentschik (JIRA) noreply at atlassian.com
Thu Nov 20 09:23:19 EST 2008


     [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hardy Ferentschik resolved HSEARCH-160.
---------------------------------------

    Resolution: Fixed

* Did not add special code for the case that the search is filtered on two indexed classes where on is the subclass of the other ( Person -> Customer example). The query optimization will be handled by the MultiClassesQueryLoader which has the requited meta data.

* Also added exceptions for the case where purge or createFullTextQuery are called on classes where neither the class itself nor any subclass is indexed.

> Truly polymorphic queries
> -------------------------
>
>                 Key: HSEARCH-160
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-160
>             Project: Hibernate Search
>          Issue Type: New Feature
>          Components: engine
>            Reporter: Emmanuel Bernard
>            Assignee: Hardy Ferentschik
>             Fix For: 3.1.0
>
>
> Support something like
> ftsession.createFullTextQuery(luceneQuery, java.io.Serializable.class);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list