Interface SimilarityInput<E>

Type Parameters:
E - the type of elements in this input.

public interface SimilarityInput<E>
An ordered input of elements used to compute a similarity score.

You can implement a SimilarityInput on a domain object instead of CharSequence where implementing CharSequence does not make sense.

Since:
1.13.0