solrj - Solr - Core Specific Query Time Boost -


i'm trying determine best practice boosting set of static terms on query.

for example, have 10 cores. each core have it's own static set of terms boost (e.g. core1=upc^5, core2=upc^10, etc.). using links below i'm able manually boost query based on these terms, i'm trying determine how others might have accomplished same or similar task. performance standpoint, simple database or reference file read on every query sufficient? guidance appreciated.

solr version: 6.2.1

https://wiki.apache.org/solr/solrrelevancyfaq

https://lucene.apache.org/core/2_9_4/scoring.html

depends on how these boosts change; easiest part if have small amount of them add them query / controller layer, either retrieved directly code (i.e. getboostforcore(name);) or sql query if necessary.

if never change , want them available multiple applications, can add them directly core configuration static parameters to core using appends/invariants/defaults.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

.htaccess - ERR_TOO_MANY_REDIRECTS htaccess -