zapr-oss / druidry

Java based Druid Query Generator library
Apache License 2.0
193 stars 89 forks source link

SearchQuerySpec doesnt have "value" attribute #108

Closed krsatish047 closed 5 years ago

krsatish047 commented 5 years ago

While writing a SearchFilter , it expects a SearchQuerySpec where type and value are mandatory. Currently there is no value attribute and no way to create the object

https://druid.apache.org/docs/latest/querying/searchqueryspec.html

krsatish047 commented 5 years ago

I dint not notice that this is abstaract class and InsensitiveContainsSearchQuerySpec is available