fix #54
This commit is contained in:
parent
7063263397
commit
7846a64b23
2 changed files with 6 additions and 6 deletions
|
@ -187,12 +187,6 @@
|
|||
</arg>
|
||||
</initMethod>
|
||||
</component>
|
||||
<component name="searchLogHelper" class="jp.sf.fess.helper.impl.SearchLogHelperImpl">
|
||||
<!--
|
||||
<property name="userCheckInterval">5 * 60 * 1000</property>
|
||||
<property name="userInfoCacheSize">1000</property>
|
||||
-->
|
||||
</component>
|
||||
<component name="hotSearchWordHelper" class="jp.sf.fess.helper.HotSearchWordHelper">
|
||||
<property name="excludedWordPattern">@java.util.regex.Pattern@compile(".*[a-zA-Z0-9_]+:.*")</property>
|
||||
<!--
|
||||
|
|
|
@ -12,6 +12,12 @@
|
|||
</arg>
|
||||
</component>
|
||||
|
||||
<component name="searchLogHelper" class="jp.sf.fess.helper.impl.SearchLogHelperImpl">
|
||||
<!--
|
||||
<property name="userCheckInterval">5 * 60 * 1000</property>
|
||||
<property name="userInfoCacheSize">1000</property>
|
||||
-->
|
||||
</component>
|
||||
<component name="crawlingConfigHelper" class="jp.sf.fess.helper.CrawlingConfigHelper">
|
||||
</component>
|
||||
<component name="pathMappingHelper" class="jp.sf.fess.helper.PathMappingHelper">
|
||||
|
|
Loading…
Add table
Reference in a new issue