belbio / bel_resources

BEL resources and tools for namespaces, annotations, orthologs, taxonomy, etc and tool
https://bel-resources.rtfd.io
Apache License 2.0
2 stars 0 forks source link

Add term index booster for preferred namespaces #43

Closed wshayes closed 6 years ago

wshayes commented 6 years ago

To get HGNC, MGI, RGD, etc namespaces to be preferred over SP, EG, etc.

Approach should be to use query time boosting (https://www.elastic.co/guide/en/elasticsearch/guide/master/query-time-boosting.html) by adding a boolean Should match to specified namespaces with a boost parameter.

wshayes commented 6 years ago

Added as a query booster instead.