diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-01-18 19:51:42 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-01-18 19:51:42 -0800 |
commit | 694ecdf6ecf34f999bb4d862faef26a77aa970a1 (patch) | |
tree | 856226077fa5af8aba56be1749effcb10d75c279 | |
parent | 2cf2c93d15a7860985e791ff87968e67033649d8 (diff) | |
download | fatcat-scholar-694ecdf6ecf34f999bb4d862faef26a77aa970a1.tar.gz fatcat-scholar-694ecdf6ecf34f999bb4d862faef26a77aa970a1.zip |
settings: write to new scholar_fulltext index
-rw-r--r-- | settings.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.toml b/settings.toml index 83be040..f75942d 100644 --- a/settings.toml +++ b/settings.toml @@ -68,7 +68,7 @@ ELASTICSEARCH_QUERY_BASE = "http://localhost:9292" ELASTICSEARCH_QUERY_FULLTEXT_INDEX = "scholar_fulltext" ELASTICSEARCH_QUERY_PREFERENCE = "_local" ELASTICSEARCH_WRITE_BASE = "http://localhost:9200" -ELASTICSEARCH_WRITE_FULLTEXT_INDEX = "scholar_fulltext_v01_20210128" +ELASTICSEARCH_WRITE_FULLTEXT_INDEX = "scholar_fulltext_v01_20211208" ELASTICSEARCH_PUBLIC_URL = "https://search.fatcat.wiki" KAFKA_BROKERS = ["wbgrp-svc263.us.archive.org"] ENABLE_GOATCOUNTER = true |