[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-1023?pa...
]
Sanne Grinovero updated HSEARCH-1023:
-------------------------------------
Affects Version/s: 3.4.0.Final
3.4.1.Final
Fix Version/s: 3.4.2
Assignee: Sanne Grinovero
Summary: HibernateSearch DSL - backport fix for excludeLimit() to v 3.4.x
(was: HibernateSearch DSL - excludeLimit())
HibernateSearch DSL - backport fix for excludeLimit() to v 3.4.x
----------------------------------------------------------------
Key: HSEARCH-1023
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-1023
Project: Hibernate Search
Issue Type: Bug
Affects Versions: 3.4.0.Final, 3.4.1.Final
Reporter: S M
Assignee: Sanne Grinovero
Priority: Minor
Fix For: 3.4.2
As in HibernateCore 3.6.2 (with HibernateSearch 3.3.1) I found the following error:
The class ConnectedMultiFieldsRangeQueryBuilder has to implement the method
excludeLimit(), in which the border to be excluded is checked. The upper border is
excluded correctly, but the lower border needs to be excluded with:
rangeContext.setExcludeFrom(true) instead of rangeContext.setExcludeTo(true)
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira