Question

For our enterprise search, we would like to promote any documents that has a file name that contains the word being searched to the top. As of right now, it doesn't appear to do this. Instead, it seems to sort based on the number of times that word appears in a document.

Is there a simple way to fix this so that if I were to say, search for "adjustment", that all documents containing the word "adjustment" would appear at the top?

Était-ce utile?

La solution

I have not done this yet, but you can do it in SEVERAL ways depending on the results you seek.

  1. Create a Query Rule that will "Change ranked results by changing the query". Create a query for {?Title:{searchTerms}}
  2. Another technique is to use XRANK and Content Boost to change the query for example: {searchTerms} XRANK(cb=100) {?Title:{searchTerms}} would elevate the matching titles with a content boost of 100.

The topic of relevance tuning in SharePoint is VERY deep. Before you do too much tweaking you should let SharePoint run for a while to learn your users and content. If you want to learn more about these topics check out Mikael's blog at http://techmikael.blogspot.com/

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top