elasticsearch-java
elasticsearch-java copied to clipboard
Update example Java used in searching.asciidoc
trafficstars
Use of BoolQuery.Builder#must(Query... value) replaces the entire Query list with the arguments to the method. So either this doc should use #must with a list of Queries, or it should use BoolQuery.Builder#addMust
💚 CLA has been signed