[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-434) Make use of NumericField

G Fernandes (JIRA) noreply at atlassian.com
Sun Oct 17 20:22:54 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=38769#action_38769 ] 

G Fernandes commented on HSEARCH-434:
-------------------------------------

This is how the Programmatic Configuration will look like with NumericFields:
{code}
.entity(Item.class)
					.indexed()
					.property("productCatalog", ElementType.FIELD)
						.containedIn()
				    .property("price", ElementType.FIELD)
						.field()
						.numeric().precisionStep(10)
{code} 
Is that ok?
Apart from that, the QueryBuilder DSL will also need to be changed in order to do specific Term and Range queries for Numeric Fields. 
Anything else that needs to be changed in order to have full support for Numeric Fields?

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


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