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

sql - Return Function using Cursor -

sql server - How to use pivot in this table -

javascript - Is there any way to add a new parameter to a function programmatically? -