[hibernate-issues] [Hibernate-JIRA] Reopened: (HSEARCH-434) Make use of NumericField
G Fernandes (JIRA)
noreply at atlassian.com
Wed Nov 3 19:44:48 EDT 2010
[ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
G Fernandes reopened HSEARCH-434:
---------------------------------
Using @NumericField together with @DocumentId is currently supported for range queries, but when deleting an entity, the document from the index is not being deleted as well. Currently the DeleteWorkDelegate does a delete by Term doing a toString() in the id field, which will not work with numeric fields given its multi-valued encoded nature. I'll provide a fix shortly.
> Make use of NumericField
> -------------------------
>
> Key: HSEARCH-434
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-434
> Project: Hibernate Search
> Issue Type: New Feature
> Components: engine
> Reporter: Emmanuel Bernard
> Assignee: G Fernandes
> Fix For: 3.3.0.CR1
>
>
--
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