helxplatform / dug

Semantic Search
MIT License
32 stars 10 forks source link

change simple concept search to score based on aggregate relevance #372

Closed frostyfan109 closed 1 month ago

frostyfan109 commented 1 month ago

change simple concept search to use simple_query_string matches against individual fields so that hit score is comptued as aggregate of field match scores, rather than using the field match's score. This change is necessary since score explanation does not make sense when using a disjunctive max scoring.