- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for included_paths (0.06 sec)
-
src/test/java/org/codelibs/fess/it/search/SearchApiTests.java
private static String createLabel() { Map<String, Object> labelBody = new HashMap<>(); labelBody.put("name", TEST_LABEL); labelBody.put("value", TEST_LABEL); labelBody.put("included_paths", ".*tools.*"); Response response = checkMethodBase(labelBody).post("/api/admin/labeltype/setting"); JsonPath jsonPath = JsonPath.from(response.asString());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessLabelsTest.java
assertEquals("{labels.hostname}", FessLabels.LABELS_HOSTNAME); assertEquals("{labels.id}", FessLabels.LABELS_ID); assertEquals("{labels.includedPaths}", FessLabels.LABELS_INCLUDED_PATHS); assertEquals("{labels.includedUrls}", FessLabels.LABELS_INCLUDED_URLS); assertEquals("{labels.includedDocPaths}", FessLabels.LABELS_INCLUDED_DOC_PATHS);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13.8K bytes - Viewed (0)