data class FuzzyLocationDescriptor
Specifies the location that will be used in the Fuzzy Search. |
|
data class FuzzyOutcome : Serializable
The outcome of the successful call to the Fuzzy Search service. |
|
interface FuzzyOutcomeCallback
Callback which is responsible to inform about a received FuzzyOutcome or respective error. |
|
data class FuzzySearchDetails : Serializable
Describes the details of the FuzzyOutcome returned by the Search API. |
|
data class FuzzySearchEngineDescriptor
Describes the configuration of the Fuzzy Search engine. |
|
data class FuzzySearchSpecification
Defines the parameters of a Fuzzy Search. |
fun setToStringFormatter(inputSet: Collection<String>?): String? |