mitre / quaerite

Search relevance evaluation toolkit
Other
73 stars 14 forks source link

ExperimentFactory should have a map of "constants" #33

Closed tballison closed 5 years ago

tballison commented 5 years ago

In addition to the FeatureFactories there should also be a map of constant features that are added to every query. Not sure how best to allow for appending vs overwriting (throwing an exception) for a given feature.

Let's say I want to add the same fq to every experiment, but I also want the GA to learn fqs; I'd want to append. However, let's say I accidentally added an fq to the FeatureFactories, and I really want the constant fq only...

Will take a small bit of thought...