elasticsearch-java icon indicating copy to clipboard operation
elasticsearch-java copied to clipboard

Update example Java used in searching.asciidoc

Open andrew-fletcher opened this issue 3 years ago • 1 comments
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

andrew-fletcher avatar Sep 15 '22 18:09 andrew-fletcher

💚 CLA has been signed