fix #916 add access_token
This commit is contained in:
parent
bd5373e278
commit
70149d3760
1 changed files with 16 additions and 13 deletions
|
@ -125,6 +125,12 @@
|
|||
<arg>"fess/doc"</arg>
|
||||
</postConstruct>
|
||||
<!-- .fess_config index -->
|
||||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/access_token"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/bad_word"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/boost_document_rule"</arg>
|
||||
</postConstruct>
|
||||
|
@ -143,6 +149,15 @@
|
|||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/data_config_to_role"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/duplicate_host"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/elevate_word"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/elevate_word_to_label"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/failure_url"</arg>
|
||||
</postConstruct>
|
||||
|
@ -170,9 +185,6 @@
|
|||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/label_type"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/duplicate_host"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/path_mapping"</arg>
|
||||
</postConstruct>
|
||||
|
@ -186,13 +198,7 @@
|
|||
<arg>".fess_config/scheduled_job"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/bad_word"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/elevate_word"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/elevate_word_to_label"</arg>
|
||||
<arg>".fess_config/thumbnail_queue"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/web_authentication"</arg>
|
||||
|
@ -206,9 +212,6 @@
|
|||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/web_config_to_role"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_config/thumbnail_queue"</arg>
|
||||
</postConstruct>
|
||||
<!-- .fess_user index -->
|
||||
<postConstruct name="addIndexConfig">
|
||||
<arg>".fess_user/user"</arg>
|
||||
|
|
Loading…
Add table
Reference in a new issue