Uses of Class
com.azure.search.documents.indexes.models.SemanticSearch
Packages that use SemanticSearch
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SemanticSearch in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SemanticSearchModifier and TypeMethodDescriptionstatic SemanticSearchSemanticSearch.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SemanticSearch from the JsonReader.SearchIndex.getSemanticSearch()Get the semanticSearch property: Defines parameters for a search index that influence semantic capabilities.SemanticSearch.setConfigurations(List<SemanticConfiguration> configurations) Set the configurations property: The semantic configurations for the index.SemanticSearch.setDefaultConfigurationName(String defaultConfigurationName) Set the defaultConfigurationName property: Allows you to set the name of a default semantic configuration in your index, making it optional to pass it on as a query parameter every time.Methods in com.azure.search.documents.indexes.models with parameters of type SemanticSearchModifier and TypeMethodDescriptionSearchIndex.setSemanticSearch(SemanticSearch semanticSearch) Set the semanticSearch property: Defines parameters for a search index that influence semantic capabilities.