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

Method no_content

redis/commands/search/query.py:267–270  ·  view source on GitHub ↗

Set the query to only return ids and not the document content.

(self)

Source from the content-addressed store, hash-verified

265 return self
266
267 def no_content(self) -> "Query":
268 """Set the query to only return ids and not the document content."""
269 self._no_content = True
270 return self
271
272 def no_stopwords(self) -> "Query":
273 """

Callers 15

test_clientMethod · 0.80
test_stopwordsMethod · 0.80
test_filtersMethod · 0.80
test_sort_byMethod · 0.80
test_exampleMethod · 0.80
test_profileMethod · 0.80

Calls

no outgoing calls

Tested by 15

test_clientMethod · 0.64
test_stopwordsMethod · 0.64
test_filtersMethod · 0.64
test_sort_byMethod · 0.64
test_exampleMethod · 0.64
test_profileMethod · 0.64