Uses of Class
com.bytedesk.kbase.llm_webpage.elastic.WebpageElasticSearchResult
Packages that use WebpageElasticSearchResult
-
Uses of WebpageElasticSearchResult in com.bytedesk.kbase.llm_webpage.elastic
Methods in com.bytedesk.kbase.llm_webpage.elastic that return types with arguments of type WebpageElasticSearchResultModifier and TypeMethodDescriptionWebpageElasticService.searchWebpage(String query, String kbUid, String categoryUid, String orgUid) 全文搜索网页private List<WebpageElasticSearchResult>WebpageElasticService.searchWebpageInternal(String query, String kbUid, String categoryUid, String orgUid, boolean isSuggest, Integer maxResults) 搜索网页内容 - 私有辅助方法,处理搜索和联想的共同逻辑WebpageElasticService.suggestWebpage(WebpageRequest request) 网页输入联想Methods in com.bytedesk.kbase.llm_webpage.elastic with parameters of type WebpageElasticSearchResultModifier and TypeMethodDescriptionprivate voidWebpageElasticService.applySimpleHighlighting(WebpageElasticSearchResult result, String query) 简单地为搜索结果添加高亮标记