@Beta(2020, 12) data class AutocompleteSearchEngineDescriptor
Describes the configuration of the Autocomplete search engine.
limit
- The maximum number of autocomplete results that will be returned.
Default value is 5, maximum value is 10.
resultTypes
- Restricts the result space based on the
segment types (e.g., "category", "brand", or "category,brand"). A result is only included if at least one
segment is any of the indicated types.
class Builder
Builder used to create an instance of AutocompleteSearchEngineDescriptor. Once constructed, the user cannot change the field values. |
val limit: Int
The maximum number of autocomplete results that will be returned. Default value is 5, maximum value is 10. |
|
val resultTypes: List<ResultType>
Restricts the result space based on the segment types (e.g., "category", "brand", or "category,brand"). A result is only included if at least one segment is any of the indicated types. |