Indexing
Partial Index
Basic Usage
The following code block demonstrates how to pass predicates to create_bm25
to construct a partial index. Partial
indexes are useful for reducing index size on disk and improving update speeds over non-indexed rows.
Was this page helpful?