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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira