Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreParameters
Packages that use SearchIndexerKnowledgeStoreParameters
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerKnowledgeStoreParameters in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchIndexerKnowledgeStoreParametersModifier and TypeMethodDescriptionSearchIndexerKnowledgeStoreParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerKnowledgeStoreParameters from the JsonReader.SearchIndexerKnowledgeStore.getParameters()Get the parameters property: A dictionary of knowledge store-specific configuration properties.SearchIndexerKnowledgeStoreParameters.setAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: A dictionary of knowledge store-specific configuration properties.SearchIndexerKnowledgeStoreParameters.setSynthesizeGeneratedKeyName(Boolean synthesizeGeneratedKeyName) Set the synthesizeGeneratedKeyName property: Whether or not projections should synthesize a generated key name if one isn't already present.Methods in com.azure.search.documents.indexes.models with parameters of type SearchIndexerKnowledgeStoreParametersModifier and TypeMethodDescriptionSearchIndexerKnowledgeStore.setParameters(SearchIndexerKnowledgeStoreParameters parameters) Set the parameters property: A dictionary of knowledge store-specific configuration properties.