[hibernate-issues] [Hibernate-JIRA] Resolved: (HSEARCH-198) Documentation out of sync with implemented/released features

Emmanuel Bernard (JIRA) noreply at atlassian.com
Wed Jul 16 20:50:47 EDT 2008


     [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard resolved HSEARCH-198.
--------------------------------------

    Resolution: Fixed

> Documentation out of sync with implemented/released features
> ------------------------------------------------------------
>
>                 Key: HSEARCH-198
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-198
>             Project: Hibernate Search
>          Issue Type: Bug
>          Components: documentation, mapping
>    Affects Versions: 3.0.1.GA
>            Reporter: Hardy Ferentschik
>             Fix For: 3.1.0.Beta1
>
>
> The online documentation of 3.0.1GA claims that the termVector parameter for the @Field annotation is already available, but the code and jar file shipped in 3.0.1GA does actually not support this feature yet.
> However, everything seems to be implemented on the trunk. It is just a question of a new release.
> Regarding the documentation - the 'Field.' part in the values for termVector has to be dropped. It should eg be @Field( index = Index.TOKENIZED,  termVector = TermVector.YES ). TermVector is its own enum class.

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