Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
li.rongzheng
9 years ago
Commit
881ea5cac4b3e81288f5e012dc53661f5fbeb21f
1 parent
c10852bb
增加should个数的配置项
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
web/src/main/resources/config.properties
web/src/main/webapp/META-INF/autoconf/config.properties
web/src/main/resources/config.properties
View file @
881ea5c
...
...
@@ -32,6 +32,7 @@ search.script.lang=groovy
search.use.cache
=
false
search.cache.type
=
redisCache
search.personalized.switch
=
true
search.personalized.max.should
=
50
#search.cache.type=ehCache
tpl.adaptor.valid
=
true
...
...
web/src/main/webapp/META-INF/autoconf/config.properties
View file @
881ea5c
...
...
@@ -32,7 +32,9 @@ search.script.lang=groovy
search.use.cache
=
${search.use.cache}
search.cache.type
=
${search.cache.type}
#personalized search
search.personalized.switch
=
${search.personalized.switch}
search.personalized.max.should
=
${search.personalized.max.should}
tpl.adaptor.valid
=
${tpl.adaptor.valid}
...
...
Please
register
or
login
to post a comment