Page MenuHomePhabricator

Boost plain analysis matches over stemmed matches
Closed, ResolvedPublic

Description

CirrusSearch is turning the last name "Duhring" into "duhr" which is silly. Rather than fix kstem, we can make this less painful by boosting plain analysis matches over stemmed matches. This wouldn't remove results that contain "duhr" from searches for "duhring" but it will sort them below articles that actually contain "duhring".


Version: unspecified
Severity: normal
Whiteboard: Elasticsearch_0.90.8
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=56826
https://github.com/elasticsearch/elasticsearch/issues/3750

Details

Reference
bz54937

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:38 AM
bzimport set Reference to bz54937.
bzimport added a subscriber: Unknown Object (MLST).

I'm worried about doing this without a solution to https://github.com/elasticsearch/elasticsearch/issues/3750 . BTW, I've noticed that google seems to do something like this.