[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-40) Be able to embed collections in lucene index (@IndexedEmbeddable in collections)

I D (JIRA) noreply at atlassian.com
Thu Jun 26 19:38:19 EDT 2008


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_30519 ] 

I D commented on HSEARCH-40:
----------------------------

Great enhancement, but please update documentation to reflect it.

I just spent 30 minutes finding out whether this is possible, since the documentation (chapter 4.1.3) still states:
"Any @ManyToMany, @*ToOne and @Embedded attribute can be annotated with @IndexedEmbedded"
... whereas I am looking to embed a @OneToMany attribute.

Also, please describe what the lucene field names would be (the prefixes for this kind of field would probably include some kind of index, perhaps the embedded entity's doumentId?).

Thanks for all your hard work. It's appreciated.

> Be able to embed collections in lucene index (@IndexedEmbeddable in collections)
> --------------------------------------------------------------------------------
>
>                 Key: HSEARCH-40
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-40
>             Project: Hibernate Search
>          Issue Type: New Feature
>    Affects Versions: 3.0.0.beta1
>            Reporter: Emmanuel Bernard
>            Assignee: Emmanuel Bernard
>             Fix For: 3.0.0.beta2
>
>
> Beware that it can potentially put a lot of information into the index if the collection is big.
> As usual, avoid embedding collections of collection (the Cartesian product).

-- 
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