https://bugzilla.wikimedia.org/show_bug.cgi?id=53529
Nik Everett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| |Elasticsearch_Open_Bug --- Comment #2 from Nik Everett <[email protected]> --- This one is fun. First, we have to tell elasticsearch to order the highlights by score. I was under the impression this is the default. It isn't. Document order is. This is here: https://gerrit.wikimedia.org/r/#/c/82856/ Next, we have to convince elasticsearch to really boost perfect phrase matches. This can't be merged because of a bug in elasticsearch (https://github.com/elasticsearch/elasticsearch/issues/3503) that will be fixed in the next release. The commit has probably atrophied a bit because it has been sitting around but eventually we'll be able to merge it here: https://gerrit.wikimedia.org/r/#/c/79087/ And finally it looks like elasticsearch doesn't take rescores into account when it highlights (https://github.com/elasticsearch/elasticsearch/issues/3630). When that is released and we've merged the phrase boosts, then this bug should be solved. I'm whiteboarding this Elasticsearch_Open_Bug until https://github.com/elasticsearch/elasticsearch/issues/3630 is merged and I know which release it'll go with. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
