sclass ScoredStringSearcher extends ScoredSearcher_stable { *() {} *(S query, O... _) { super(query); } void put(S s) { put(s, s); } }