sdk-search / com.tomtom.online.sdk.search.data.fuzzy / FuzzySearchQueryBuilder / withIdx

withIdx

fun withIdx(idx: String): FuzzySearchQueryBuilder

Overrides IFuzzySearchQuery.withIdx

A comma-separated list of indexes which should be utilized for the search. Item order does not matter. Available indexes are: Addr, Geo, PAD, POI, Str, Xstr, i.e., "PAD,Addr".

Parameters

idx - The indexes to be utilized for the search.

Return
The builder of the query with a new value for the idxSet being set.