- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for globalparams (1.15 sec)
-
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
globalParams.put(BAD_URLS, textBuf.toString()); } } else if (START_URLS.equalsIgnoreCase(qName) && GLOBALPARAMS.equalsIgnoreCase(tagQueue.get(tagQueue.size() - 2))) { globalParams.put(START_URLS, textBuf.toString()); } else if (labelType != null && COLLECTION.equalsIgnoreCase(qName)) { labelList.add(labelType); labelType = null;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 21.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java
} final DataStoreParams localParams = paramMap.newInstance(); executor.execute(() -> { try { final Object eventType = dataMap.remove(getParamValue(localParams, "field.event_type", "event_type")); if (getParamValue(localParams, "event.create", "create").equals(eventType) || getParamValue(localParams, "event.modify", "modify").equals(eventType)) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 28.9K bytes - Viewed (0)