fix #1121 add crawler_es+crawlerIndexName.xml
This commit is contained in:
parent
50b5295d6d
commit
3ff6064c2c
1 changed files with 8 additions and 0 deletions
8
src/main/resources/crawler_es+crawlerIndexName.xml
Normal file
8
src/main/resources/crawler_es+crawlerIndexName.xml
Normal 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>
|
Loading…
Add table
Reference in a new issue