#502 modify role info

This commit is contained in:
Shinsuke Sugaya 2016-05-11 23:19:50 +09:00
parent e5ffa41d97
commit 4b8fc1f12a
2 changed files with 3 additions and 3 deletions

View file

@ -727,7 +727,7 @@ public interface FessConfig extends FessEnv, org.codelibs.fess.mylasta.direction
/** The key of the configuration. e.g. 60 */
String SUGGEST_POPULAR_WORD_CACHE_EXPIRE = "suggest.popular.word.cache.expire";
/** The key of the configuration. e.g. guest */
/** The key of the configuration. e.g. Rguest */
String SUGGEST_ROLE_FILTERS = "suggest.role.filters";
/** The key of the configuration. e.g. false */
@ -3159,7 +3159,7 @@ public interface FessConfig extends FessEnv, org.codelibs.fess.mylasta.direction
/**
* Get the value for the key 'suggest.role.filters'. <br>
* The value is, e.g. guest <br>
* The value is, e.g. Rguest <br>
* @return The value of found property. (NotNull: if not found, exception but basically no way)
*/
String getSuggestRoleFilters();

View file

@ -391,7 +391,7 @@ suggest.source.reader.scroll.size=1
suggest.popular.word.cache.size=1000
suggest.popular.word.cache.expire=60
suggest.role.filters=\
guest
Rguest
# ----------------------------------------------------------