IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Terms Query
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Terms Query
editSee Terms Query
QueryBuilders.termsQuery("tags", // field
"blue", "pill") // values
.minimumMatch(1); // How many terms must match