php - how to adjust relevancy in elasticsearch -


I am using elastic search using a snowball analyzer to find a field (named caption). When I discovered 'Dress Korea' it only results with costumes and Korea. Is it possible to limit search, include both search terms / queries in it? If so, how do I do this? Thanks

This depends on the queries you are using.

For example, you can add the and flag.

Comments

Popular posts from this blog

c++ - why does this code produce a runtime error? -

java - Can Find the error -

maximum size of array in c -