From b10c0bf39925db9c888aa114bba090f72a57bdda Mon Sep 17 00:00:00 2001
From: Shinsuke Sugaya <shinsuke@apache.org>
Date: Fri, 3 Dec 2021 22:06:40 +0900
Subject: [PATCH] #2606 rename to fess_crawler index

---
 src/main/resources/crawler_es+crawlerConfig.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/crawler_es+crawlerConfig.xml b/src/main/resources/crawler_es+crawlerConfig.xml
index 5336b89eb..379eaacd5 100644
--- a/src/main/resources/crawler_es+crawlerConfig.xml
+++ b/src/main/resources/crawler_es+crawlerConfig.xml
@@ -3,13 +3,13 @@
 	"http://dbflute.org/meta/lastadi10.dtd">
 <components namespace="fessCrawler">
 	<component name="crawlerConfig" class="org.codelibs.fess.crawler.util.FessCrawlerConfig">
-		<property name="queueIndex">".crawler.queue"</property>
+		<property name="queueIndex">"fess_crawler.queue"</property>
 		<property name="queueShards">5</property>
 		<property name="queueReplicas">1</property>
-		<property name="dataIndex">".crawler.data"</property>
+		<property name="dataIndex">"fess_crawler.data"</property>
 		<property name="dataShards">5</property>
 		<property name="dataReplicas">1</property>
-		<property name="filterIndex">".crawler.filter"</property>
+		<property name="filterIndex">"fess_crawler.filter"</property>
 		<property name="filterShards">5</property>
 		<property name="filterReplicas">1</property>
 	</component>
-- 
GitLab