- Sort Score
- Result 10 results
- Languages All
Results 391 - 400 of 439 for Document (0.09 sec)
-
src/main/java/org/codelibs/fess/score/ScoreUpdater.java
package org.codelibs.fess.score; import java.util.ArrayList; import java.util.List; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; /** * This class updates scores of documents. */ public class ScoreUpdater { /** * Constructor. */ public ScoreUpdater() { super(); } private static final Logger logger = LogManager.getLogger(ScoreUpdater.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/labeltype/EditForm.java
* This form extends CreateForm to include fields necessary for updating existing label type entries, * including tracking information for optimistic locking and audit trails. * Label types are used to categorize and filter documents in search results. * */ public class EditForm extends CreateForm { /** * Creates a new EditForm instance. */ public EditForm() { super(); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/EditForm.java
* This form extends CreateForm to include fields necessary for updating existing elevate word entries, * including tracking information for optimistic locking and audit trails. * Elevate words are used to boost specific documents in search results when certain keywords are matched. * */ public class EditForm extends CreateForm { /** * Creates a new EditForm instance. */ public EditForm() { super();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java
@Required @Size(max = 1000) public String notificationTo; /** The suggest search log setting. */ public String suggestSearchLog; /** The suggest documents setting. */ public String suggestDocuments; /** The purge suggest search log day setting. */ public String purgeSuggestSearchLogDay;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.6K bytes - Viewed (0) -
docs/orchestration/README.md
MinIO is a cloud-native application designed to scale in a sustainable manner in multi-tenant environments. Orchestration platforms provide perfect launchpad for MinIO to scale. Below is the list of MinIO deployment documents for various orchestration platforms: | Orchestration platforms |
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.dict_stopwords_button_download = Herunterladen labels.dict_stopwords_button_upload = Hochladen labels.dict_stopwords_file = Stopwörter-Datei labels.boost_document_rule_configuration=Dokument-Boost labels.boost_document_rule_title_details=Dokument-Boost labels.boost_document_rule_list_url_expr=Bedingung labels.boost_document_rule_url_expr=Bedingung labels.boost_document_rule_boost_expr=Boost-Ausdruck
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/helper/FileTypeHelper.java
/** * Helper class for managing file type mappings based on MIME types. * This class provides functionality to map MIME types to file types and * retrieve appropriate file type classifications for documents during indexing. * * The mappings are loaded from configuration and can be dynamically modified * at runtime. When a MIME type is not found in the mapping, a default value * is returned. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.4K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.dict_stopwords_button_download = Descargar labels.dict_stopwords_button_upload = Subir labels.dict_stopwords_file = Archivo de palabras vacías labels.boost_document_rule_configuration=Impulso de documento labels.boost_document_rule_title_details=Impulso de documento labels.boost_document_rule_list_url_expr=Condición labels.boost_document_rule_url_expr=Condición labels.boost_document_rule_boost_expr=Expresión de impulso
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/keymatch/EditForm.java
* This form extends CreateForm to include fields necessary for updating existing key match entries, * including tracking information for optimistic locking and audit trails. * Key matches are used to promote specific documents when certain keywords are searched. */ public class EditForm extends CreateForm { /** * Creates a new EditForm instance. */ public EditForm() { super(); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.3K bytes - Viewed (0) -
dbflute_fess/dfprop/littleAdjustmentMap.dfprop
# - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o isTableDispNameUpperCase: (NotRequired - Default false) # [true] # Table names for display, e.g. on documents, are forcedly treated as upper case. # #; isTableDispNameUpperCase = false # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 25 06:04:16 UTC 2015 - 8.8K bytes - Viewed (0)