Uses of Class
io.quarkus.redis.datasource.search.SummarizeArgs
Packages that use SummarizeArgs
-
Uses of SummarizeArgs in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return SummarizeArgsModifier and TypeMethodDescriptionEach field passed infields
is summarized.SummarizeArgs.fragments
(int fragments) How many fragments should be returned.SummarizeArgs.length
(int length) The number of context words each fragment should contain.The string used to divide between individual summary snippets.Methods in io.quarkus.redis.datasource.search with parameters of type SummarizeArgsModifier and TypeMethodDescriptionQueryArgs.summarize
(SummarizeArgs args) Returns only the sections of the attribute that contain the matched text.