- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 14 for excludedDocPaths (0.15 sec)
-
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_edit.jsp
<label for="excludedDocPaths" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.excluded_doc_paths"/></label> <div class="col-sm-9"> <la:errors property="excludedDocPaths"/> <la:textarea styleId="excludedDocPaths" property="excludedDocPaths"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 15.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/BsFileConfig.java
} public String getExcludedDocPaths() { checkSpecifiedProperty("excludedDocPaths"); return convertEmptyToNull(excludedDocPaths); } public void setExcludedDocPaths(String value) { registerModifiedProperty("excludedDocPaths"); this.excludedDocPaths = value; } public String getExcludedPaths() { checkSpecifiedProperty("excludedPaths");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 13.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp
<th><la:message key="labels.excluded_doc_paths"/></th> <td>${f:br(f:h(excludedDocPaths))}<la:hidden property="excludedDocPaths"/></td> </tr> <tr>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 10.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigDbm.java
false, false, "text", 0, 0, null, null, false, null, null, null, null, null, false); protected final ColumnInfo _columnExcludedDocPaths = cci("excludedDocPaths", "excludedDocPaths", null, null, String.class, "excludedDocPaths", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 18K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/exentity/FileConfig.java
return "FileConfig [available=" + available + ", boost=" + boost + ", configParameter=" + configParameter + ", createdBy=" + createdBy + ", createdTime=" + createdTime + ", depth=" + depth + ", excludedDocPaths=" + excludedDocPaths + ", excludedPaths=" + excludedPaths + ", includedDocPaths=" + includedDocPaths + ", includedPaths=" + includedPaths
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsFileConfigBhv.java
result.setDepth(DfTypeUtil.toInteger(source.get("depth"))); result.setDescription(DfTypeUtil.toString(source.get("description"))); result.setExcludedDocPaths(DfTypeUtil.toString(source.get("excludedDocPaths"))); result.setExcludedPaths(DfTypeUtil.toString(source.get("excludedPaths"))); result.setIncludedDocPaths(DfTypeUtil.toString(source.get("includedDocPaths")));
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java
if (form.depth != null) { fConfig.setDepth(form.depth); } fConfig.setExcludedDocPaths(getDefaultString("default.config.file.excludedDocPaths", StringUtil.EMPTY)); fConfig.setExcludedPaths(getDefaultString("default.config.file.excludedPaths", StringUtil.EMPTY));
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.7K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.authRealm=Realm labels.available=Status labels.createdBy=Created by labels.createdTime=Created Time labels.depth=Depth labels.excludedPaths=Excluded Paths For Crawling labels.excludedUrls=Excluded URLs For Crawling labels.excludedDocPaths=Excluded Paths For Indexing labels.excludedDocUrls=Excluded URLs For Indexing labels.hostname=Hostname labels.id=ID labels.includedPaths=Included Paths For Crawling labels.includedUrls=Included URLs For Crawling
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.available=Статус labels.createdBy=Создано labels.createdTime=Время создания labels.depth=Глубина labels.excludedPaths=Исключенные пути для сканирования labels.excludedUrls=Исключенные URLs для сканирования labels.excludedDocPaths=Исключенные пути для индексаци labels.excludedDocUrls=Исключенные URLs для индексации labels.hostname=Hostname labels.id=ID labels.includedPaths=Включить путь для сканирования
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.available=Status labels.createdBy=Erstellt von labels.createdTime=Erstellungszeit labels.depth=Tiefe labels.excludedPaths=Ausgeschlossene Pfade beim Crawling labels.excludedUrls=Ausgeschlossene URLs beim Crawling labels.excludedDocPaths=Ausgeschlossene Pfade bei der Indizierung labels.excludedDocUrls=Ausgeschlossene URLs bei der Indizierung labels.hostname=Hostname labels.id=ID labels.includedPaths=Eingeschlossene Pfade beim Crawling
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0)