Uses of Class
com.azure.search.documents.indexes.models.WebKnowledgeSourceDomain
Packages that use WebKnowledgeSourceDomain
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of WebKnowledgeSourceDomain in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type WebKnowledgeSourceDomainModifier and TypeClassDescriptionfinal classConfiguration for web knowledge source domain.Methods in com.azure.search.documents.indexes.models that return WebKnowledgeSourceDomainModifier and TypeMethodDescriptionstatic WebKnowledgeSourceDomainWebKnowledgeSourceDomain.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebKnowledgeSourceDomain from the JsonReader.WebKnowledgeSourceDomain.setIncludeSubpages(Boolean includeSubpages) Set the includeSubpages property: Whether or not to include subpages from this domain.Methods in com.azure.search.documents.indexes.models that return types with arguments of type WebKnowledgeSourceDomainModifier and TypeMethodDescriptionWebKnowledgeSourceDomains.getAllowedDomains()Get the allowedDomains property: Domains that are allowed for web results.WebKnowledgeSourceDomains.getBlockedDomains()Get the blockedDomains property: Domains that are blocked from web results.Method parameters in com.azure.search.documents.indexes.models with type arguments of type WebKnowledgeSourceDomainModifier and TypeMethodDescriptionWebKnowledgeSourceDomains.setAllowedDomains(List<WebKnowledgeSourceDomain> allowedDomains) Set the allowedDomains property: Domains that are allowed for web results.WebKnowledgeSourceDomains.setBlockedDomains(List<WebKnowledgeSourceDomain> blockedDomains) Set the blockedDomains property: Domains that are blocked from web results.