Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Dec 2, 2024
1 parent 3d42e31 commit a4741a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
schema_name => 'public',
table_name => 'mock_items'
);
CREATE INDEX paradedb_enterprise_test_ ON mock_items
CREATE INDEX paradedb_enterprise_test_search_idx ON mock_items
USING bm25 (id, description, category, rating, in_stock, created_at, metadata, weight_range)
WITH (key_field='id');
EOSQL
Expand Down

0 comments on commit a4741a8

Please sign in to comment.