[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-128?pag...
]
Emmanuel Bernard updated HSEARCH-128:
-------------------------------------
Assignee: John Griffin
Fix Version/s: 3.0.1
John, can you verify if it's a bug in HSearch.
The indexing should work at first sight, but I might have overlooked something either in
the test case or in HSearch code.
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
Assignee: John Griffin
Fix For: 3.0.1
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira