A {@link Condition} that implements the fuzzy search query. The similarity measurement is based on theDamerau-Levenshtein (optimal string alignment) algorithm, though you can explicitly choose classic Levenshtein by passing {@code false} to the {@code transpositions} parameter.
@author Andres de la Pena
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.