cloudant-labs / clouseau

Expose Lucene features as an erlang-like node
Apache License 2.0
58 stars 32 forks source link

fix: wildcards in numeric range queries #75

Closed pgj closed 1 year ago

pgj commented 1 year ago

When the * (wildcard) symbol is used in ranges, the parsing dies with a NullPointerException. That is because input strings with the null value are not handled -- they should be treated as infinity with the respective sign (depending on the side of range where the wildcard is used).