- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 79 for docid (0.02 sec)
-
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Dictionary ID */ public static final String LABELS_DICT_ID = "{labels.dictId}"; /** The key of the message: Document ID */ public static final String LABELS_DOC_ID = "{labels.docId}"; /** The key of the message: End Time */ public static final String LABELS_END_TIME = "{labels.endTime}"; /** The key of the message: hq */ public static final String LABELS_HQ = "{labels.hq}";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/SearchListTests.java
if (setting.containsKey(idKey)) { requestBody.put(idKey, setting.get(idKey)); } final Map<String, Object> doc = new HashMap<>(); doc.put("doc_id", setting.get("doc_id")); doc.put("url", setting.get("url_link")); doc.put("title", setting.get("title")); doc.put("role", "Rguest"); doc.put("boost", setting.get("boost"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jun 12 02:18:38 UTC 2025 - 4.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImplTest.java
Map<String, Object> dataMap = new HashMap<>(); dataMap.put("url", "http://example.com/test"); dataMap.put("doc_id", "existing-doc-id"); indexUpdateCallback.store(paramMap, dataMap); // Should keep existing doc_id assertEquals("existing-doc-id", dataMap.get("doc_id")); } public void test_concurrentStore() throws Exception { // Test thread safety
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp
<label for="doc.doc_id" class="col-sm-3 text-sm-right col-form-label">doc_id</label> <div class="col-sm-9"> ${f:h(doc.doc_id)} <la:hidden styleId="doc.doc_id" property="doc.doc_id"/> </div>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 24.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
public void test_updateDocument_existingDocId() { final Map<String, Object> doc = new HashMap<>(); doc.put("doc_id", "existing_id"); doc.put("url", "http://example.com"); indexUpdater.updateDocument(doc); assertEquals("existing_id", doc.get("doc_id")); } // Test addBoostValue public void test_addBoostValue() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/IndexingHelperTest.java
assertEquals(0, deletedDocIdList.size()); docList.clear(); deletedDocIdList.clear(); docList.add(new HashMap<>(Map.of(// "config_id", "W01", // "doc_id", "1", // "url", "http://test.com/001"// ))); documentSizeByQuery = oldDocList.size(); assertEquals(0, indexingHelper.deleteOldDocuments(client, docList));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 29.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/searchlist/ApiAdminSearchlistAction.java
/** * Retrieves a specific document by ID. * * @param id the document ID to retrieve * @return JSON response containing the document */ // GET /api/admin/searchlist/doc/{doc_id} @Execute public JsonResponse<ApiResult> get$doc(final String id) { return asJson(new ApiDocResponse().doc(searchEngineClient.getDocument(fessConfig.getIndexDocumentUpdateIndex(), builder -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessConfigTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 23.8K bytes - Viewed (0) -
src/main/resources/fess_indices/_aws/fess/doc.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.7K bytes - Viewed (0) -
src/main/resources/fess_indices/_cloud/fess/doc.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.7K bytes - Viewed (0)