[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-690) FieldSelectors are never used

Sanne Grinovero (JIRA) noreply at atlassian.com
Sun Feb 20 06:13:05 EST 2011


FieldSelectors are never used
-----------------------------

                 Key: HSEARCH-690
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-690
             Project: Hibernate Search
          Issue Type: Bug
    Affects Versions: 3.3.0.Final
            Reporter: Sanne Grinovero
            Assignee: Sanne Grinovero
             Fix For: 3.4.0


DocumentBuilder has a method checkAllowFieldSelection() which is invoked by the super constructor, even when it resolved to true after class initialization it's overwritten by the default class value (false).

Actually, I didn't understand why this method is DocumentBuilder dependant and not only depending on the specific fields being asked for in the projection: we should still be able to use the FieldSelector for classes which don;t have only two-way bridges, as long as they are not selected for loading.

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