I am using spring data elasticsearch, the version extends the spring boot parent module ie 2.0.2 release, and I have imported the class as this
import static org.elasticsearch.index.query.QueryBuilders.*;
but when I use the boolFilter()
,then got this error :
cannot resolve the method boolFilter()
How can I fix it?