Update index name

This commit is contained in:
Daoud Clarke 2022-08-27 09:38:39 +01:00
parent b6183e00ea
commit 40f9eade9a

View file

@ -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'