Uses of Class
io.quarkus.redis.datasource.search.SummarizeArgs
-
Packages that use SummarizeArgs Package Description io.quarkus.redis.datasource.search -
-
Uses of SummarizeArgs in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return SummarizeArgs Modifier and Type Method Description SummarizeArgsSummarizeArgs. fields(String... fields)Each field passed infieldsis summarized.SummarizeArgsSummarizeArgs. fragments(int fragments)How many fragments should be returned.SummarizeArgsSummarizeArgs. length(int length)The number of context words each fragment should contain.SummarizeArgsSummarizeArgs. separator(String separator)The string used to divide between individual summary snippets.Methods in io.quarkus.redis.datasource.search with parameters of type SummarizeArgs Modifier and Type Method Description QueryArgsQueryArgs. summarize(SummarizeArgs args)Returns only the sections of the attribute that contain the matched text.
-