- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for globalparams (0.1 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 14.1K bytes - Viewed (0) -
src/test/resources/data/gsaconfig.xml
smb://storage/ ]]></good_urls> <prerequisite_results><![CDATA[ 20 ]]></prerequisite_results> <testwords><![CDATA[ ]]></testwords> </collection> </collections> <globalparams> <bad_urls><![CDATA[ contains:/images/ contains:? contains:\\.xml$ # test regexp:/([^/]*)/\\1/\\1/ .gif$ .jpg$ .jpeg$ .png$ regexpIgnoreCase:\\.dll$ regexpIgnoreCase:\\.exe$ /?S=A$
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun May 13 06:51:57 UTC 2018 - 1.7K 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 16.8K bytes - Viewed (0)