On 11/14/2019 10:49 AM, rhys J wrote:
I am trying to duplicate this line from a db query:

(debt.orig_princ_amt > 0 AND debt.princ_paid > 0 AND debt.orig_princ_amt >
debt.princ_paid)

I have the following, but it returns no results:

Range queries are done with brackets and/or braces. A square bracket indicates that the range should include the precise value mentioned, and a curly brace indicates that the range should exclude the precise value mentioned.

https://lucene.apache.org/solr/guide/8_2/the-standard-query-parser.html#TheStandardQueryParser-RangeSearches

Thanks,
Shawn

Reply via email to