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

MultiMatch Query

edit

See MultiMatch Query

QueryBuilder qb = multiMatchQuery(
    "kimchy elasticsearch", 
    "user", "message"       
);

text

fields