Uses of Class
dev.langchain4j.web.search.WebSearchOrganicResult
Packages that use WebSearchOrganicResult
-
Uses of WebSearchOrganicResult in dev.langchain4j.web.search
Methods in dev.langchain4j.web.search that return WebSearchOrganicResultModifier and TypeMethodDescriptionstatic WebSearchOrganicResult
Creates a WebSearchOrganicResult object from the given title and URL.static WebSearchOrganicResult
Creates a WebSearchOrganicResult object from the given title, URL, snippet and/or content.static WebSearchOrganicResult
WebSearchOrganicResult.from
(String title, URI url, String snippet, String content, Map<String, String> metadata) Creates a WebSearchOrganicResult object from the given title, URL, snippet and/or content, and result metadata.Methods in dev.langchain4j.web.search that return types with arguments of type WebSearchOrganicResultModifier and TypeMethodDescriptionWebSearchResults.results()
Gets the list of organic search results.Method parameters in dev.langchain4j.web.search with type arguments of type WebSearchOrganicResultModifier and TypeMethodDescriptionstatic WebSearchResults
WebSearchResults.from
(WebSearchInformationResult searchInformation, List<WebSearchOrganicResult> results) Creates a new instance of WebSearchResults from the specified parameters.static WebSearchResults
WebSearchResults.from
(Map<String, Object> searchMetadata, WebSearchInformationResult searchInformation, List<WebSearchOrganicResult> results) Creates a new instance of WebSearchResults from the specified parameters.Constructor parameters in dev.langchain4j.web.search with type arguments of type WebSearchOrganicResultModifierConstructorDescriptionWebSearchResults
(WebSearchInformationResult searchInformation, List<WebSearchOrganicResult> results) Constructs a new instance of WebSearchResults.WebSearchResults
(Map<String, Object> searchMetadata, WebSearchInformationResult searchInformation, List<WebSearchOrganicResult> results) Constructs a new instance of WebSearchResults.