Package org.codelibs.fess.helper
Class PopularWordHelper
- java.lang.Object
-
- org.codelibs.fess.helper.PopularWordHelper
-
public class PopularWordHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected com.google.common.cache.Cache<String,List<String>>cacheprotected static charCACHE_KEY_SPLITTERprotected FessConfigfessConfig
-
Constructor Summary
Constructors Constructor Description PopularWordHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearCache()protected StringgetCacheKey(String seed, String[] tags, String[] roles, String[] fields, String[] excludes)List<String>getWordList(SearchRequestParams.SearchRequestType searchRequestType, String seed, String[] tags, String[] roles, String[] fields, String[] excludes)voidinit()
-
-
-
Field Detail
-
CACHE_KEY_SPLITTER
protected static final char CACHE_KEY_SPLITTER
- See Also:
- Constant Field Values
-
fessConfig
protected FessConfig fessConfig
-
-