- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 389 for fessConfig (0.1 sec)
-
src/test/java/org/codelibs/fess/helper/SystemHelperTest.java
import org.codelibs.core.lang.StringUtil; import org.codelibs.core.misc.Pair; import org.codelibs.core.misc.Tuple3; import org.codelibs.fess.exception.FessSystemException; import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.unit.UnitFessTestCase; import org.codelibs.fess.util.ComponentUtil; import org.dbflute.optional.OptionalThing; import org.lastaflute.web.login.LoginManager;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 28.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserLocaleProcessProvider.java
return false; } @Override public OptionalThing<Locale> findBusinessLocale(final ActionRuntime runtimeMeta, final RequestManager requestManager) { final FessConfig fessConfig = ComponentUtil.getFessConfig(); final String name = fessConfig.getQueryBrowserLangParameterName(); if (StringUtil.isNotBlank(name)) { try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/LabelTypeService.java
public class LabelTypeService extends FessAppService { /** The LabelType behavior. */ @Resource protected LabelTypeBhv labelTypeBhv; /** The Fess config. */ @Resource protected FessConfig fessConfig; /** * Default constructor. */ public LabelTypeService() { super(); } /** * Get a list of label types. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FileAuthenticationService.java
*/ @Resource protected FileAuthenticationBhv fileAuthenticationBhv; /** * Configuration settings for the Fess application. */ @Resource protected FessConfig fessConfig; /** * Retrieves a paginated list of file authentication configurations. * * @param fileAuthenticationPager the pager containing pagination settings and search criteria
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/ElevateWordService.java
/** Behavior handler for LabelType entity operations */ @Resource protected LabelTypeBhv labelTypeBhv; /** Configuration settings for Fess application */ @Resource protected FessConfig fessConfig; /** Client for interacting with the search engine */ @Resource protected SearchEngineClient searchEngineClient; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessStandardTransformer.java
} fessConfig = ComponentUtil.getFessConfig(); dataSerializer = ComponentUtil.getComponent("dataSerializer"); } /** * Gets the Fess configuration instance. * * @return the Fess configuration */ @Override public FessConfig getFessConfig() { return fessConfig; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/QueryHelper.java
final BoolQueryBuilder roleQuery = QueryBuilders.boolQuery(); final FessConfig fessConfig = ComponentUtil.getFessConfig(); final String roleField = fessConfig.getIndexFieldRole(); roleSet.stream().forEach(name -> roleQuery.should(QueryBuilders.termQuery(roleField, name))); final String deniedPrefix = fessConfig.getRoleSearchDeniedPrefix();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0) -
src/main/resources/lastaflute_director.xml
<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components> <component name="assistantDirector" class="org.codelibs.fess.mylasta.direction.FessFwAssistantDirector"/> <component name="fessConfig" class="org.codelibs.fess.mylasta.direction.FessConfigImpl"/>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Jan 15 13:03:59 UTC 2020 - 368 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/StopwordsService.java
@Resource protected DictionaryManager dictionaryManager; /** The Fess configuration for accessing system settings. */ @Resource protected FessConfig fessConfig; /** * Constructs a new stopwords service. */ public StopwordsService() { // do nothing } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/SynonymService.java
@Resource protected DictionaryManager dictionaryManager; /** The Fess configuration for accessing system settings. */ @Resource protected FessConfig fessConfig; /** * Constructs a new synonym service. */ public SynonymService() { // do nothing } /** * Retrieves a list of synonyms for a given dictionary and pager.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4.5K bytes - Viewed (0)