Legacy Docs: This page describes our legacy API. It will be deprecated in
a future version. Please use the v2 API where possible.
Basic Usage
all indiscriminately matches every document in the index, assigning a uniform score of 1.0 to each. all is typically used in conjunction with paradedb.boolean queries. If paradedb.boolean contains only must_not, then all needs to be provided
to form a result set for must_not to filter over.