fix #1121 add crawler_es+crawlerIndexName.xml

This commit is contained in:
Shinsuke Sugaya 2017-06-22 13:26:25 +09:00
parent 50b5295d6d
commit 3ff6064c2c

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
"http://dbflute.org/meta/lastadi10.dtd">
<components namespace="fessCrawler">
<component name="crawlerIndexName" class="java.lang.String">
<arg>org.codelibs.fess.util.ComponentUtil.getFessConfig().getIndexDocumentCrawlerIndex()</arg>
</component>
</components>