From 40f9eade9ac4d6d9c696b8736438e3b9c1399875 Mon Sep 17 00:00:00 2001 From: Daoud Clarke Date: Sat, 27 Aug 2022 09:38:39 +0100 Subject: [PATCH] Update index name --- mwmbl/indexer/paths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mwmbl/indexer/paths.py b/mwmbl/indexer/paths.py index b23998e..c996c57 100644 --- a/mwmbl/indexer/paths.py +++ b/mwmbl/indexer/paths.py @@ -27,5 +27,5 @@ MWMBL_DATA_DIR = DATA_DIR / "mwmbl" CRAWL_GLOB = str(MWMBL_DATA_DIR / "b2") + "/*/*/*/*/*/*.json.gz" LINK_COUNT_PATH = MWMBL_DATA_DIR / 'crawl-counts.json' -INDEX_NAME = 'index.tinysearch' +INDEX_NAME = 'index-v2.tinysearch' BATCH_DIR_NAME = 'batches' \ No newline at end of file