IndexedEmbedded for Collections Documentation
---------------------------------------------
Key: HSEARCH-129
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-129
Project: Hibernate Search
Issue Type: Improvement
Reporter: Jay Bose
I was wondering why a query like "parent.child.name:foo" was not working. After
a few different searches I found this response --
http://forum.hibernate.org/viewtopic.php?p=2348475#2348475
It would be helpful if the current documentation described if and how associated objects
(collections) should be indexed for certain queries.
Also, should @ContainedIn AND @IndexedEmbedded be used for one collection? See below.
@ContainedIn
@IndexedEmbedded(depth = 1)
Set<Keyword> keywords;
--
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