Elasticsearch Queries – Part 3: Bool Queries and Pagination
Introduction If you’ve been following this series, you already know: Now it’s time for the real workhorse: the bool query.Why? Because no real-world search problem is solved by just one condition. Users expect relevance and restrictions: The bool query is how you glue all of these conditions together. By the way, I should also mention…