how can we use ElasticSearch to prioritise search by q - full text search

74 Views Asked by At

how can we use ElasticSearch to prioritize the "correct" result groups based on the search word? ie. "italian food" = restaurants (group of data, it can be a category). did ElasticSearch by default has something like that functionality, or it must be 100% custom ?

For Search we have implemented standart ES client

RestHighLevelClient

Maybe Anyone knows a better client to using search - currently in this situation for that type of searching?

Thank You!

0

There are 0 best solutions below