Closed lorenzo closed 8 years ago
This simplifies the way we store the main wrapper BoolQuery, and sets the foundation for supporting should and must_not clauses.
Open Questions:
should
must_not
search()
where()
I renamed the search method to queryMust() and will shortly be working on queryShould() and queryMustNot()
queryMust()
queryShould()
queryMustNot()
This simplifies the way we store the main wrapper BoolQuery, and sets the foundation for supporting should and must_not clauses.
Open Questions:
should
andmust_not
clauses?search()
actually a good name?where()
andsearch()
and the methods are are to come?