- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for fessProps (0.3 sec)
-
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
} /** * Sets the Fess-specific properties. * @param fessProps The Fess-specific properties. * @return This ApiSystemInfoResponse instance. */ public ApiSystemInfoResponse fessProps(final List<Map<String, String>> fessProps) { this.fessProps = fessProps; return this; } /** * Sets the bug report properties.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/systeminfo/ApiAdminSysteminfoAction.java
final List<Map<String, String>> propItems = getPropItems(); return asJson(new ApiResult.ApiSystemInfoResponse().bugReportProps(bugReportItems) .envProps(envItems) .fessProps(fessPropItems) .systemProps(propItems) .status(ApiResult.Status.OK) .result()); }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 2.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
import org.lastaflute.web.validation.theme.typed.LongTypeValidator; import org.opensearch.search.sort.SortBuilder; import org.opensearch.search.sort.SortBuilders; import org.opensearch.search.sort.SortOrder; public interface FessProp { String API_PING_SEARCH_ENGINE_FIELD_SET = "apiPingSearchEngineFieldSet"; String QUERY_HIGHLIGHT_TERMINAL_CHARS = "queryHighlightTerminalChars";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 88.2K bytes - Viewed (0) -
dbflute_fess/dfprop/lastafluteMap.dfprop
; fess = map:{ ; path = .. ; freeGenList = list:{ env ; config ; label ; message ; mail ; template ; jsp ; doc } ; configPluginInterface = org.codelibs.fess.mylasta.direction.FessProp ; propertiesHtmlList = list:{ env ; config ; label ; message } } } ; isUseDefaultConfigAtGeneration = true # you can override (several) default settings like this:Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun May 20 08:20:11 UTC 2018 - 2.2K bytes - Viewed (0) -
ADDING_NEW_LANGUAGE.md
``` This will regenerate: - `src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java` - `src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java` - `src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java` ### 5. Rebuild the Project ```bash mvn clean package ``` ### 6. Test the New Language 1. **Start Fess:** ```bash # Run the main class in your IDE
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 11:36:30 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ComponentUtil.java
import org.codelibs.fess.ingest.IngestFactory; import org.codelibs.fess.job.JobExecutor; import org.codelibs.fess.ldap.LdapManager; import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.mylasta.direction.FessProp; import org.codelibs.fess.opensearch.client.SearchEngineClient; import org.codelibs.fess.query.QueryFieldConfig; import org.codelibs.fess.query.QueryProcessor; import org.codelibs.fess.query.parser.QueryParser;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 28.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
import org.lastaflute.core.direction.exception.ConfigPropertyNotFoundException; /** * @author FreeGen */ public interface FessConfig extends FessEnv, org.codelibs.fess.mylasta.direction.FessProp { /** The key of the configuration. e.g. Fess */ String DOMAIN_TITLE = "domain.title"; /** The key of the configuration. e.g. default */ String search_engine_TYPE = "search_engine.type";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)