Skip to content

order of documents in bm25createindex() #1

@jankovicsandras

Description

@jankovicsandras

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 );

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions