[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6847) HibernateSearch DSL - excludeLimit()

S M (JIRA) noreply at atlassian.com
Fri Nov 25 07:11:23 EST 2011


HibernateSearch DSL - excludeLimit()
------------------------------------

                 Key: HHH-6847
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6847
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
    Affects Versions: 3.6.2
            Reporter: S M
            Priority: Minor


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

        


More information about the hibernate-issues mailing list