Uses of Class
com.bytedesk.kbase.llm_text.elastic.TextElastic
Packages that use TextElastic
Package
Description
-
Uses of TextElastic in com.bytedesk.kbase.llm_faq
Methods in com.bytedesk.kbase.llm_faq with parameters of type TextElastic -
Uses of TextElastic in com.bytedesk.kbase.llm_text
Methods in com.bytedesk.kbase.llm_text with parameters of type TextElastic -
Uses of TextElastic in com.bytedesk.kbase.llm_text.elastic
Fields in com.bytedesk.kbase.llm_text.elastic declared as TextElasticMethods in com.bytedesk.kbase.llm_text.elastic that return TextElasticModifier and TypeMethodDescriptionstatic TextElastic
TextElastic.fromEntity
(TextEntity entity) 将单个 TextEntity 转换为 TextElasticMethods in com.bytedesk.kbase.llm_text.elastic that return types with arguments of type TextElasticModifier and TypeMethodDescriptionstatic List<TextElastic>
TextElastic.fromEntityList
(List<TextEntity> entities) 将 TextEntity 列表转换为 TextElastic 列表Methods in com.bytedesk.kbase.llm_text.elastic with parameters of type TextElasticModifier and TypeMethodDescriptionprivate void
TextElasticService.applyHighlighting
(TextElasticSearchResult result, String query, TextElastic textElastic) 为搜索结果添加高亮