summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2026-01-08 20:23:57 +0100
committerMichael Peter Christen <mc@yacy.net>2026-01-08 20:23:57 +0100
commitc7d6e64757cfef3a6f0e987e47b3de9240136c00 (patch)
tree0e211cbcbe5560664f043ba8ba458e771a69ebd6 /source
parent9f954b45dd8c02456bb1b343a749cb1add2d1c4d (diff)
replaced codex with regula
Diffstat (limited to 'source')
-rw-r--r--source/net/yacy/htroot/IndexPackGenerator_p.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/net/yacy/htroot/IndexPackGenerator_p.java b/source/net/yacy/htroot/IndexPackGenerator_p.java
index d1f4bc09c..056f323f4 100644
--- a/source/net/yacy/htroot/IndexPackGenerator_p.java
+++ b/source/net/yacy/htroot/IndexPackGenerator_p.java
@@ -177,7 +177,7 @@ public class IndexPackGenerator_p {
final long now = System.currentTimeMillis();
final long doccount = sb.index.fulltext().getDefaultConnector().getCountByQuery(query);
if (doccount == 0) throw new IOException("number of exported documents == 0");
- final String category = post.get("category", "scroll"); // core, scroll, codex, gem, fiction, map, echo, spirit, vault
+ final String category = post.get("category", "scroll"); // core, scroll, regula, gem, fiction, map, echo, spirit, vault
final String tier = "common"; // common, uncommon, rare, epic, legendary, legendary
final String origin = "web"; // web, synth,
String slug = post.get("slug", "export").trim().replaceAll(" ", "-");