[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-129) IndexedEmbedded for Collections Documentation

Jay Bose (JIRA) noreply at atlassian.com
Sun Oct 21 17:56:38 EDT 2007


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

        



More information about the hibernate-issues mailing list