Indexing embedded children's child

Description

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

Attachments

1
  • 19 Oct 2007, 04:22 PM

Activity

Show:

Emmanuel Bernard October 22, 2007 at 11:30 PM

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.

Duplicate

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created October 19, 2007 at 4:22 PM
Updated November 13, 2008 at 6:08 PM
Resolved December 8, 2007 at 6:26 AM

Flag notifications