[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-283) Replace deprecated Classes and methods calls to Lucene 2.4
Hardy Ferentschik (JIRA)
noreply at atlassian.com
Tue Nov 11 08:04:20 EST 2008
[ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31677#action_31677 ]
Hardy Ferentschik commented on HSEARCH-283:
-------------------------------------------
Changed the code to not use deprecated methods anymore.
I am wondering though whether we should deprecate org.hibernate.search.annotations.Index.TOKENIZED and org.hibernate.search.annotations.Index.UN_TOKENIZED and introduce ANALYZED and NON_ANALYZED the same way Lucene did?
> Replace deprecated Classes and methods calls to Lucene 2.4
> ----------------------------------------------------------
>
> Key: HSEARCH-283
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-283
> Project: Hibernate Search
> Issue Type: Improvement
> Reporter: Emmanuel Bernard
> Assignee: Hardy Ferentschik
> Fix For: 3.1.0.CR1
>
>
> Replace deprecated IndexWriter constructor in Workspace
> requires to call #Commit() manually as this is no longer autocommit.
> replace TOKENIZED / UN_TOKENIZED calls (probably should not rename our version yet
> replace Hits
--
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