blugelabs / bluge

indexing library for Go
Apache License 2.0
1.9k stars 125 forks source link

FeatureRequest: search for fixed numeric value #105

Open willie68 opened 2 years ago

willie68 commented 2 years ago

FeatureRequest: search for fixed numeric value As already described in #97, I would also like, if there was the possibility to search for a fixed numerical value. So a NumericQuery that searches for a fixed value. The workaround via bluge.NewNumericRangeInclusiveQuery(value, value, true, true) works, but is very cumbersome and not simple.