Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

order of documents in bm25createindex() #1

Open
jankovicsandras opened this issue Oct 2, 2024 · 0 comments
Open

order of documents in bm25createindex() #1

jankovicsandras opened this issue Oct 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jankovicsandras
Copy link
Owner

Should this be improved? This doesn't guarantee that the order of documents in docs table is the same as the original table, making id column misleading.

EXECUTE FORMAT( 'INSERT INTO %s (doc, tokenized_doc) SELECT %s AS doc, bm25simpletokenize(%s) AS tokenized_doc FROM %s ;', docstname, columnname, columnname, tablename );

@jankovicsandras jankovicsandras added the enhancement New feature or request label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant