Issues

Select view

Select search mode

 
16 of 16

Inclusive flags swapped for numeric range queries

Fixed

Description

A query created like this:

should result in this Lucene query (lower bound exclusive):

But it does result in this query instead:

The reason seems to be that in ConnectedMultiFieldsRangeQueryBuilder#createQuery() the flags are passed in the wrong order to NumericFieldUtils#createNumericRangeQuery().

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created July 31, 2013 at 1:20 PM
Updated August 2, 2013 at 11:49 AM
Resolved July 31, 2013 at 2:33 PM

Activity

Show:

Gunnar MorlingJuly 31, 2013 at 2:11 PM

Flag notifications