- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 91 for wereld (0.05 seconds)
-
src/main/java/org/codelibs/fess/helper/SearchHelper.java
/** * Performs bulk update operations using a custom bulk request builder. * * @param consumer Consumer function to configure the bulk request builder * @return true if all bulk operations were successful, false otherwise * @throws InterruptedRuntimeException if the operation is interrupted * @throws SearchEngineClientException if the bulk update fails */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 05:56:45 GMT 2025 - 36.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/UserInfoHelper.java
} }); } /** * Retrieves the document IDs associated with a specific query ID. * Used for tracking which documents were displayed for a particular search query. * * @param queryId the unique identifier for the search query * @return an array of document IDs, or an empty array if not found */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 14.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImplTest.java
} // Verify no exceptions occurred for (int i = 0; i < threadCount; i++) { assertNull(exceptions[i], "Thread " + i + " threw exception"); } // Verify all URLs were added synchronized (mockCallback) { assertEquals("All URLs should be added", threadCount * urlsPerThread, callback.deleteUrlList.size()); } } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 19.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/IndexExportJobTest.java
final Map<String, Object> doc = new LinkedHashMap<>(); doc.put("url", "https://example.com/page.html"); doc.put("title", "Test Page"); doc.put("content", "Hello World"); setupMockComponents(Collections.singletonList(doc)); final String result = indexExportJob.execute(); assertEquals("Exported 1 documents.", result);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 09:08:38 GMT 2026 - 66.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java
+ "Select ONLY documents that DIRECTLY address the user's specific question topic. " + "Do NOT select documents about different or merely related topics. " + "Do NOT select table-of-contents or index pages that lack substantive content. " + "Respond with JSON only. Do not include any text outside the JSON object.\n\n"
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 72K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java
eventHandlers.computeIfAbsent(eventName, k -> new ArrayList<>()).add(handler); } /** * Fetches new events from OpenSearch that were created after the last check time. * * @return the list of new events. */ protected List<EventInfo> fetchNewEvents() { final List<EventInfo> events = new ArrayList<>();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 33.3K bytes - Click Count (0) -
src/main/resources/fess_label_tr.properties
labels.plugin_name=Ad labels.plugin_version=Sürüm labels.plugin_delete=Sil labels.plugin_install=Kur labels.plugin_install_title=Eklenti Kur labels.plugin_jar_file=Jar Dosyası labels.plugin_local_install=Yerel labels.plugin_remote_install=Uzak labels.crud_button_install=Kur labels.storage_configuration=Depolama labels.storage_name=Ad labels.storage_size=Boyut labels.storage_last_modified=Son Değişiklik
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
* @param targetPrefixes the set of index prefixes to rebuild (e.g., "fess_config", "fess_user", "fess_log") * @return true if all targeted indices were rebuilt successfully, false if any index rebuild failed */ public boolean reindexConfigIndices(final boolean loadBulkData, final Set<String> targetPrefixes) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 138.6K bytes - Click Count (1) -
src/main/webapp/js/admin/popper.min.js.map
{String} str - Value + unit string\n * @argument {String} measurement - `height` or `width`\n * @argument {Object} popperOffsets\n * @argument {Object} referenceOffsets\n * @returns {Number|String}\n * Value in pixels, or original string if no values were extracted\n */\nexport function toValue(str, measurement, popperOffsets, referenceOffsets) {\n // separate value from unit\n const split = str.match(/((?:\\-|\\+)?\\d*\\.?\\d*)(.*)/);\n const value = +split[1];\n const unit = split[2];\n\n //...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 120.9K bytes - Click Count (0) -
src/main/webapp/css/admin/bootstrap.min.css.map
// Make static controls behave like regular ones\n .form-control-plaintext {\n display: inline-block;\n }\n\n .input-group,\n .custom-select {\n width: auto;\n }\n\n // Remove default margin on radios/checkboxes that were used for stacking, and\n // then undo the floating of radios and checkboxes to match.\n .form-check {\n display: flex;\n align-items: center;\n justify-content: center;\n width: auto;\n padding-left: 0;\n }\n .form-check-input...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 639.3K bytes - Click Count (1)