]
Hardy Ferentschik updated HSEARCH-712:
--------------------------------------
Fix Version/s: 3.4.0.Beta1
Add below / above support in faceting DSL
-----------------------------------------
Key: HSEARCH-712
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-712
Project: Hibernate Search
Issue Type: Improvement
Components: query
Reporter: Emmanuel Bernard
Assignee: Hardy Ferentschik
Fix For: 3.4.0.Beta1
{code}FacetRequest rangeRequest = queryBuilder( Fruit.class ).facet()
.name( priceRange )
.onField( indexFieldName )
.range().below(1.0).excludeLimit()
.from( 1.0 ).to( 1.50 ).excludeLimit()
.from( 1.50 ).to( 3.00 ).excludeLimit()
.above(3)
.createFacet();{code}
add support for below and above
Add test to make sure
....to(1.5).excludeLimit()
.from(1.5)
works properly
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: