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

Hardy Ferentschik (JIRA) noreply at atlassian.com
Thu May 29 07:46:33 EDT 2008


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

Hardy Ferentschik commented on HSEARCH-198:
-------------------------------------------

Updated the documentation. This issue will resolve itself on the next release when the term vector functionality will be available.

> 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.0.2.GA
>
>
> 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