- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for muss (0.02 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
*/ @Size(max = 10) public String appendQueryParameter; /** * Enable or disable login requirement for search access. * When enabled, users must authenticate before performing searches. */ @Size(max = 10) public String loginRequired; /** * Enable or disable result collapsing for similar documents.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
return ComponentUtil.getSearchEngineClient().getDocument(fessConfig.getIndexDocumentSearchIndex(), builder -> { final BoolQueryBuilder boolQuery = QueryBuilders.boolQuery().must(QueryBuilders.termQuery(fessConfig.getIndexFieldDocId(), docId)); final Set<String> roleSet = ComponentUtil.getRoleQueryHelper().build(SearchRequestType.JSON); // TODO SearchRequestType?
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 36.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java
* saml.idp.single_sign_on_service.url=https://your-domain.okta.com/app/your-app/your-app-id/sso/saml * saml.idp.x509cert=MIIDqjCCApKg... (your IdP certificate) * * # SP base URL (must match Audience URI configured in Okta) * saml.sp.base.url=https://your-fess-server.example.com * </pre> * * <h2>Optional Configuration</h2> * <pre> * # User attribute mapping
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Dec 14 01:18:25 UTC 2025 - 20.2K bytes - Viewed (3) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
cachedResult.getSecond().length); } return cachedResult; } if (logger.isDebugEnabled()) { logger.debug("[getParentGroup] Cache MISS for id: {}, fetching from API", id); } try { return groupCache.get(id, () -> { if (logger.isDebugEnabled()) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'cookie.search.parameter.required_keys'. <br> * The value is, e.g. q <br> * comment: Comma-separated list of required parameter keys that must be present to store in cookies. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCookieSearchParameterRequiredKeys(); /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)