How to write a Elastic Search Query(DSL) for search using multiple fields?

90 Views Asked by At

I want to write an Elastic Search DSL query, where i want to display results based on input on multiple fields by a user. The user is a candidate , who is searching for a job, The job fields include fields like Job_Title, Skills, Experience, Education etc.

1

There are 1 best solutions below

0
Amit On

you can use multi_match query for your use-case.