[hibernate-issues] [Hibernate-JIRA] Updated: (HSEARCH-528) MassIndexer attempts to index non-indexed subclasses of indexed types

Sanne Grinovero (JIRA) noreply at atlassian.com
Fri May 21 12:47:12 EDT 2010


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

Sanne Grinovero updated HSEARCH-528:
------------------------------------

    Component/s: massindexer

> MassIndexer attempts to index non-indexed subclasses of indexed types
> ---------------------------------------------------------------------
>
>                 Key: HSEARCH-528
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-528
>             Project: Hibernate Search
>          Issue Type: Bug
>          Components: massindexer
>    Affects Versions: 3.2.0.Beta1, 3.2.0.CR1, 3.2.0.Final
>            Reporter: Sanne Grinovero
>             Fix For: 3.3.0
>
>
> quoting comments from HSEARCH-526:
> j nadler :
> {quote}Sanne,
> I have @Indexed class Parent, @Indexed class Child1 extends Parent, @Indexed class Child2 extends Parent, unindexed class Child3 extends Parent.
> I create an indexer fullTextEntityManager.createIndexer(Parent.class), it seems that it then fetches all Parent entities. This includes all Child3 entities but Child3 is not indexed. It seems like the MassIndexer attempts to index them anyway.
> Best behavior might be to ignore these (explicitly check if the concrete subtype is @Indexed, skip that record if not, possibly log a warning) or as you say it could at least throw an error that makes it clear what the developer (me) did wrong.
> Thanks!
> {quote}
> Emmanuel Bernard :
> {quote}Ah, right. Sanne, you should use the same algorithm we use in the query building process to check the list of indexed subclasses to create the list of indexes to merge.{quote}

-- 
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