-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
How can I switch off the summarize option?
'summarize' => new SummarizeOption(), |
see https://oss.redis.com/redisearch/Highlight/#summarization
"RediSearch can perform summarization using the SUMMARIZE keyword. If no additional arguments are passed, all returned fields are summarized using built-in defaults."
A workaround is actually setting summarization to a dummy field, e.g.
->setSummarize(['dummy'])
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working