简体   繁体   中英

SOLR \ Boost phrases docs

Let's say I wanna search docs with Term1 Term2 Term3 How can I boost those docs that these terms are closer? only proximity is to tight for me as I want to get docs with only term1 and term2 for example...

I know there is SOLR param that take all the query and wrap it in some phrase boost?

You can use a bool Query which can contain a combination of queries which may include exact match, partial match or proximity match. For different types of queries take a look at this .

Also, please go through this . This is a very good article about Proximity matching in ES.

Thanks

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM