[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-128) Indexing embedded children's child
Ryan Skow (JIRA)
noreply at atlassian.com
Fri Oct 19 10:22:38 EDT 2007
Indexing embedded children's child
----------------------------------
Key: HSEARCH-128
URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-128
Project: Hibernate Search
Issue Type: Bug
Affects Versions: 3.0.0.GA
Environment: hibernate-3.2.5.ga, JDK 1.5, MySQL and HSQL
Reporter: Ryan Skow
Attachments: embedded.zip
Scenario: object A has a reference to object B and object B has a reference to object C. In other words, A is composed of B and C. Each object has a field called 'name'.
I would expect that when indexing object A, I would be able to search on field 'b.c.name'. Fields 'name' and 'b.name' are seen in the index, but there is no reference to b.c.name.
For more details, see the attached jUnit test and the forum:
http://forum.hibernate.org/viewtopic.php?t=979280
--
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