package org.tallison.lucene.syns; interface Valuable { double getValue(); String getKey(); }