mirror of
https://github.com/ArthurIdema/Zoekeend-Phrase-Indexing.git
synced 2025-10-27 00:34:21 +00:00
Removed unnecessary code
This commit is contained in:
parent
affc0f05e4
commit
3ea1faed78
@ -270,7 +270,7 @@ def create_terms_table(con, fts_schema="fts_main_documents", input_schema="main"
|
|||||||
t.docid
|
t.docid
|
||||||
FROM (
|
FROM (
|
||||||
SELECT
|
SELECT
|
||||||
row_number() OVER (ORDER BY (SELECT NULL)) AS docid,
|
row_number() OVER () AS docid,
|
||||||
unnest({fts_schema}.tokenize(content)) AS term
|
unnest({fts_schema}.tokenize(content)) AS term
|
||||||
FROM {fts_schema}.cleaned_docs
|
FROM {fts_schema}.cleaned_docs
|
||||||
) AS t
|
) AS t
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user