- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 99 for wird (0.01 sec)
-
src/main/resources/fess_message_de.properties
errors.failed_to_download_elevate_file = Fehler beim Herunterladen einer Elevate-Word-Datei. errors.failed_to_upload_elevate_file = Fehler beim Hochladen einer Elevate-Word-Datei. errors.failed_to_download_badword_file = Fehler beim Herunterladen einer Bad-Word-Datei. errors.failed_to_upload_badword_file = Fehler beim Hochladen einer Bad-Word-Datei. errors.failed_to_download_mapping_file = Fehler beim Herunterladen einer Mapping-Datei.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.sereq_button_upload=Senden labels.facet_is_not_found=Nicht gefunden labels.doc_score=Punktzahl: labels.development_mode_warning=Fess wird im Entwicklungsmodus ausgeführt. Bitte installieren Sie OpenSearch in einer Produktionsumgebung separat. labels.eol_error=Das von Ihnen verwendete System wird nicht mehr unterstützt. Bitte beachten Sie die Seite zum Produkt-Support-Lebenszyklus und führen Sie ein Upgrade durch.
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/resources/fess_indices/_aws/fess.json
}, "german_keywords": { "type": "keyword_marker",
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 14 00:36:40 UTC 2025 - 117.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/elevateword/ApiAdminElevatewordAction.java
.result()); } // GET /api/admin/elevateword/{id} /** * Retrieves a specific elevate word setting by ID. * * @param id the ID of the elevate word to retrieve * @return JSON response containing the elevate word configuration */ @Execute public JsonResponse<ApiResult> get$setting(final String id) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/BadWordService.java
} /** * Gets a bad word by its ID. * @param id The bad word ID. * @return Optional entity containing the bad word if found. */ public OptionalEntity<BadWord> getBadWord(final String id) { return badWordBhv.selectByPK(id); } /** * Stores (inserts or updates) a bad word. * @param badWord The bad word to store. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/badword/EditForm.java
public EditForm() { super(); } /** * The unique identifier of the bad word entry being edited. * This is a required field for identifying which bad word to update. */ @Required @Size(max = 1000) public String id; /** * The username of the user who last updated this bad word entry. * Used for audit trail purposes to track who made changes. */ @Size(max = 1000)
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/resources/fess_label.properties
labels.suggest_word_configuration=Suggest Word labels.suggest_word_title_details=Suggest Word labels.suggest_word_type=Word Type labels.suggest_word_number=Number of Words labels.suggest_word_type_all=All labels.suggest_word_type_document=Document labels.suggest_word_type_query=Query labels.elevate_word_configuration=Elevate Word labels.elevate_word_title_details=Elevate Word labels.elevate_word_link_list=List
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/CreateForm.java
/** The label type IDs associated with this elevate word entry */ public String[] labelTypeIds; /** The CRUD operation mode for form processing */ @ValidateTypeFailure public Integer crudMode; /** The word that should trigger document elevation in search results */ @Required public String suggestWord; /** The reading/pronunciation of the suggest word for language analysis */ public String reading;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SuggestHelper.java
* * @param word The elevate word. * @param reading The reading of the word. * @param tags The tags associated with the word. * @param permissions The permissions for the word. * @param boost The boost value for the word. * @param apply true to apply the changes immediately. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 22.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideItem.java
newOutput = output; } } /** * Gets the new input word. * * @return The new input word. */ public String getNewInput() { return newInput; } /** * Sets the new input word. * * @param newInput The new input word. */ public void setNewInput(final String newInput) { this.newInput = newInput; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.3K bytes - Viewed (0)