How to combine Solr Term Frequency and Field Boosting -


for search module want combine solr term frequency , field boosting. example:

a search "house" result in list of documents entries boosted title field , term frequency of term "house" throught other fields.

it works: used omitnorms , ^ operator use term frequency , field boosting.

what want know :

what best "boost value" use term , approach search results want ?


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -