Uses of Class
com.bytedesk.kbase.llm_text.elastic.TextElasticSearchResult
Packages that use TextElasticSearchResult
-
Uses of TextElasticSearchResult in com.bytedesk.kbase.llm_text.elastic
Methods in com.bytedesk.kbase.llm_text.elastic that return types with arguments of type TextElasticSearchResultModifier and TypeMethodDescriptionTextElasticService.searchTexts
(String query, String kbUid, String categoryUid, String orgUid) 搜索Text内容private List<TextElasticSearchResult>
TextElasticService.searchTextsInternal
(String query, String kbUid, String categoryUid, String orgUid, boolean isSuggest, Integer maxResults) 搜索Text内容 - 私有辅助方法,处理搜索和联想的共同逻辑TextElasticService.suggestTexts
(TextRequest request) 用户在输入过程中,给出输入联想Methods in com.bytedesk.kbase.llm_text.elastic with parameters of type TextElasticSearchResultModifier and TypeMethodDescriptionprivate void
TextElasticService.applyHighlighting
(TextElasticSearchResult result, String query, TextElastic textElastic) 为搜索结果添加高亮