Uses of Class
com.azure.search.documents.knowledgebases.models.WebKnowledgeSourceParams
Packages that use WebKnowledgeSourceParams
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of WebKnowledgeSourceParams in com.azure.search.documents.knowledgebases.models
Methods in com.azure.search.documents.knowledgebases.models that return WebKnowledgeSourceParamsModifier and TypeMethodDescriptionstatic WebKnowledgeSourceParamsWebKnowledgeSourceParams.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebKnowledgeSourceParams from the JsonReader.WebKnowledgeSourceParams.setAlwaysQuerySource(Boolean alwaysQuerySource) Set the alwaysQuerySource property: Indicates that this knowledge source should bypass source selection and always be queried at retrieval time.Set the count property: The number of web results to return.WebKnowledgeSourceParams.setFreshness(String freshness) Set the freshness property: The freshness of web results.WebKnowledgeSourceParams.setIncludeReferences(Boolean includeReferences) Set the includeReferences property: Indicates whether references should be included for data retrieved from this source.WebKnowledgeSourceParams.setIncludeReferenceSourceData(Boolean includeReferenceSourceData) Set the includeReferenceSourceData property: Indicates whether references should include the structured data obtained during retrieval in their payload.WebKnowledgeSourceParams.setLanguage(String language) Set the language property: The language of the web results.Set the market property: The market of the web results.WebKnowledgeSourceParams.setRerankerThreshold(Float rerankerThreshold) Set the rerankerThreshold property: The reranker threshold all retrieved documents must meet to be included in the response.