- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 20 for templates (0.04 sec)
-
src/main/java/org/codelibs/fess/helper/RelatedContentHelper.java
* pattern rather than an exact match term. */ protected String regexPrefix = "regex:"; /** * Placeholder string used in regex-based related content templates. * This placeholder is replaced with the actual search query when * a regex pattern matches the query. */ protected String queryPlaceHolder = "__QUERY__"; /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 8.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 5.5K bytes - Viewed (0) -
CLAUDE.md
├── fess_label_*.properties # UI labels (i18n) ├── fess_message_*.properties # Validation messages (i18n) └── fess_indices/ # OpenSearch index mappings src/main/webapp/WEB-INF/view/ # JSP templates ``` ## DBFlute Code Generation DBFlute generates type-safe data access code for OpenSearch indices: ```bash mvn dbflute:freegen ``` Generated code:
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 4.8K bytes - Viewed (0) -
ADDING_NEW_LANGUAGE.md
- **Special cases**: Kurdish uses `fess_label_ckb_IQ.properties` ## Step-by-Step Guide ### 1. Create Language Resource Files Copy the base English files as templates: ```bash cd src/main/resources # Copy label file (~1,056 translation entries) cp fess_label_en.properties fess_label_[your_locale].properties # Copy message file (~200 translation entries)
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/app/web/admin/maintenance/AdminMaintenanceAction.java
{ "aliases", "allocation", "count", "fielddata", "health", "indices", "master", "nodeattrs", "nodes", "pending_tasks", "plugins", "recovery", "repositories", "thread_pool", "shards", "segments", "snapshots", "templates" }; // =================================================================================== // Attribute // /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 18.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/taglib/FessFunctions.java
/** * Utility class providing static functions for Fess JSP/JSTL expressions and tag libraries. * This class contains various helper methods for formatting, parsing, and manipulating data * in Fess web templates, including date formatting, localization, file operations, and * query parameter handling. * * @since 1.0 */ public class FessFunctions { /** Logger instance for this class */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 25.4K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 52.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ds/AbstractDataStore.java
/** * Convert the value. * @param scriptType The script type. * @param template The template. * @param paramMap The parameters. * @return The converted value. */ protected Object convertValue(final String scriptType, final String template, final Map<String, Object> paramMap) { if (StringUtil.isEmpty(template)) { return StringUtil.EMPTY; }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 7.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessTransformer.java
* Puts data into the result data map after processing it through a template script. * The template is evaluated using the specified script engine with the value and context. * * @param dataMap the data map to modify * @param key the key to store the processed value under * @param value the original value to process * @param template the template script to evaluateRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 14.1K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
"application/vnd.oasis.opendocument.presentation", "application/vnd.oasis.opendocument.presentation-template", "application/vnd.oasis.opendocument.spreadsheet", "application/vnd.oasis.opendocument.spreadsheet-template", "application/vnd.oasis.opendocument.text", "application/vnd.oasis.opendocument.text-master", "application/vnd.oasis.opendocument.text-template",
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 03:46:53 UTC 2025 - 50.1K bytes - Viewed (0)