0

I've been using boolquerybuilder. The results are fine.
Whats the purpose of using BoolFilterBuilder and FilteredQueryBuilder. can i use them instead of boolquerybuilder?

Bond
  • 53
  • 1
  • 12

1 Answers1

0

Since version 2.0 Filtered Query is removed.

Use the bool query instead with a must clause for the query and a filter clause for the filter

see here

by

Omar
  • 38
  • 1
  • 5