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 - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -