MCPcopy
hub / github.com/redis/redis-py / verbatim

Method verbatim

redis/commands/search/query.py:260–265  ·  view source on GitHub ↗

Set the query to be verbatim, i.e., use no query expansion or stemming.

(self)

Source from the content-addressed store, hash-verified

258 return self
259
260 def verbatim(self) -> "Query":
261 """Set the query to be verbatim, i.e., use no query expansion
262 or stemming.
263 """
264 self._verbatim = True
265 return self
266
267 def no_content(self) -> "Query":
268 """Set the query to only return ids and not the document content."""

Callers 4

test_clientMethod · 0.45
test_exampleMethod · 0.45
test_clientMethod · 0.45
test_exampleMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_clientMethod · 0.36
test_exampleMethod · 0.36
test_clientMethod · 0.36
test_exampleMethod · 0.36