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