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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -