New

The executive guide to generative AI

Read more
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Terms Query

edit

See Terms Query

QueryBuilder qb = termsQuery("tags",    
    "blue", "pill")                 
    .minimumMatch(1);               

field

values

how many terms must match at least

Was this helpful?
Feedback