sdk-search / com.tomtom.online.sdk.search.fuzzy / FuzzySearchEngineDescriptor / Builder

Builder

@Beta(2020, 12) class Builder

Builder used to create an instance of FuzzySearchEngineDescriptor. Once constructed, the user cannot change the field values.

Constructors

<init>

Builder()

Builder used to create an instance of FuzzySearchEngineDescriptor. Once constructed, the user cannot change the field values.

Functions

brandSet

fun brandSet(brandSet: List<String>): FuzzySearchEngineDescriptor.Builder

If this flag is set to true, the query will be interpreted as a partial input and the search will enter predictive mode.

build

fun build(): FuzzySearchEngineDescriptor

Constructs a new FuzzySearchEngineDescriptor.

category

fun category(category: Boolean): FuzzySearchEngineDescriptor.Builder

Determines whether the Category Search is enabled.

categorySet

fun categorySet(categorySet: List<Long>): FuzzySearchEngineDescriptor.Builder

Restricts the POIs in the Response to those whose ID is listed.

extendedPostalCodes

fun extendedPostalCodes(extendedPostalCodes: String): FuzzySearchEngineDescriptor.Builder

Indexes for which extended postal codes should be included in the results.

geopoliticalView

fun geopoliticalView(geopoliticalView: String): FuzzySearchEngineDescriptor.Builder

Defines what kind of geopolitical view should be used.

idx

fun idx(idx: String): FuzzySearchEngineDescriptor.Builder

A comma-separated list of indexes which should be utilized for the search.

language

fun language(language: String): FuzzySearchEngineDescriptor.Builder

The language in which search results should be returned. Should be one of the supported IETF language tags. See https://developer.tomtom.com/search-api/search-api/supported-languages for more details.

limit

fun limit(limit: Int): FuzzySearchEngineDescriptor.Builder

The maximum number of search results that will be returned.

maxFuzzyLevel

fun maxFuzzyLevel(maxFuzzyLevel: Int): FuzzySearchEngineDescriptor.Builder

The maximum fuzziness level to be used. The default value is 2. The maximum value is 4.

minFuzzyLevel

fun minFuzzyLevel(minFuzzyLevel: Int): FuzzySearchEngineDescriptor.Builder

The minimum fuzziness level to be used. The default value is 1. The maximum value is 4.

offset

fun offset(offset: Int): FuzzySearchEngineDescriptor.Builder

The starting offset of the returned results within the full result set.

typeAhead

fun typeAhead(typeAhead: Boolean): FuzzySearchEngineDescriptor.Builder

If this flag is set to true, the query will be interpreted as a partial input and the search will enter predictive mode.