CirrusSearch seems to stem the word "used" to "us" sometimes!
<elasticsearch>/nikwiki_general/_analyze?analyzer=text&text=used returns
{
"tokens": [ { "token": "us", "start_offset": 0, "end_offset": 4, "type": "<ALPHANUM>", "position": 1 } ]
}
Version: unspecified
Severity: normal
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=54875