Browse Source

New index; more pages

Daoud Clarke 3 years ago
parent
commit
6e5e56f99a
2 changed files with 3 additions and 3 deletions
  1. 2 2
      config/tinysearchengine.yaml
  2. 1 1
      mwmbl/tinysearchengine/indexer.py

+ 2 - 2
config/tinysearchengine.yaml

@@ -8,5 +8,5 @@ server_config:
 
 index_config:
   index_path: data/index.tinysearch
-  num_pages: 25600
-  page_size: 4096
+  num_pages: 76800
+  page_size: 4096

+ 1 - 1
mwmbl/tinysearchengine/indexer.py

@@ -9,7 +9,7 @@ import mmh3
 from zstandard import ZstdDecompressor, ZstdCompressor, ZstdError
 
 
-NUM_PAGES = 25600
+NUM_PAGES = 76800
 PAGE_SIZE = 4096