[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-594) Typos in Hibernate Search documentation

Emmanuel Bernard (JIRA) noreply at atlassian.com
Wed Sep 1 11:18:18 EDT 2010


Typos in Hibernate Search documentation
---------------------------------------

                 Key: HSEARCH-594
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-594
             Project: Hibernate Search
          Issue Type: Bug
          Components: documentation
    Affects Versions: 3.3.0.Beta1
            Reporter: Emmanuel Bernard


Subject
Typo in Hibernate Search Documentation (HTML, single page)

Message
In section 1.3, there is a typo ("wil" instead of "will") in the
following paragraph:
This leaves us with @IndexedEmbedded. This annotation is used to index
associated entities (@ManyToMany, @*ToOne and @Embedded) as part of
the owning entity. This is needed since a Lucene index document is a
flat data structure which does not know anything about object
relations. To ensure that the authors' name wil be searchable you have
to make sure that the names are indexed as part of the book itself. On
top of @IndexedEmbedded you will also have to mark all fields of the
associated entity you want to have included in the index with
@Indexed. For more details see Section 4.1.3, "Embedded and associated
objects".

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