Uses of Class
com.azure.search.documents.models.AutocompleteItem
Packages that use AutocompleteItem
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of AutocompleteItem in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return AutocompleteItemModifier and TypeMethodDescriptionstatic AutocompleteItemAutocompleteItem.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutocompleteItem from the JsonReader.Methods in com.azure.search.documents.models that return types with arguments of type AutocompleteItemModifier and TypeMethodDescriptionAutocompleteResult.getResults()Get the results property: The list of returned Autocompleted items.Constructor parameters in com.azure.search.documents.models with type arguments of type AutocompleteItemModifierConstructorDescriptionAutocompleteResult(List<AutocompleteItem> results) Creates an instance of AutocompleteResult class.