- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 14 for includedDocPaths (0.22 sec)
-
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_edit.jsp
<label for="includedDocPaths" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.included_doc_paths"/></label> <div class="col-sm-9"> <la:errors property="includedDocPaths"/> <la:textarea styleId="includedDocPaths" property="includedDocPaths"
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 getIncludedDocPaths() { checkSpecifiedProperty("includedDocPaths"); return convertEmptyToNull(includedDocPaths); } public void setIncludedDocPaths(String value) { registerModifiedProperty("includedDocPaths"); this.includedDocPaths = value; } public String getIncludedPaths() { checkSpecifiedProperty("includedPaths");
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.included_doc_paths"/></th> <td>${f:br(f:h(includedDocPaths))}<la:hidden property="includedDocPaths"/></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, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); protected final ColumnInfo _columnIncludedDocPaths = cci("includedDocPaths", "includedDocPaths", null, null, String.class, "includedDocPaths", 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
+ createdBy + ", createdTime=" + createdTime + ", depth=" + depth + ", excludedDocPaths=" + excludedDocPaths + ", excludedPaths=" + excludedPaths + ", includedDocPaths=" + includedDocPaths + ", includedPaths=" + includedPaths + ", intervalTime=" + intervalTime + ", timeToLive=" + timeToLive + ", maxAccessCount=" + maxAccessCount + ", name=" + name
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.setExcludedPaths(DfTypeUtil.toString(source.get("excludedPaths"))); result.setIncludedDocPaths(DfTypeUtil.toString(source.get("includedDocPaths"))); result.setIncludedPaths(DfTypeUtil.toString(source.get("includedPaths"))); result.setIntervalTime(DfTypeUtil.toInteger(source.get("intervalTime")));
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
fConfig.setExcludedPaths(getDefaultString("default.config.file.excludedPaths", StringUtil.EMPTY)); fConfig.setIncludedDocPaths(getDefaultString("default.config.file.includedDocPaths", StringUtil.EMPTY)); fConfig.setIncludedPaths(getDefaultString("default.config.file.includedPaths", 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.excludedDocUrls=Excluded URLs For Indexing labels.hostname=Hostname labels.id=ID labels.includedPaths=Included Paths For Crawling labels.includedUrls=Included URLs For Crawling labels.includedDocPaths=Included Paths For Indexing labels.includedDocUrls=Included URLs For Indexing labels.maxAccessCount=Max Access Count labels.name=Name labels.numOfThread=Num of Thread labels.duplicateHostName=Duplicate Name
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.excludedDocUrls=Исключенные URLs для индексации labels.hostname=Hostname labels.id=ID labels.includedPaths=Включить путь для сканирования labels.includedUrls=Включить URLs для сканирования labels.includedDocPaths=Включить путь для индексаци labels.includedDocUrls=Включить URLs для индексаци labels.maxAccessCount=Максимальное количество соединений labels.name=Имя labels.numOfThread=Количество веток
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.excludedDocUrls=Ausgeschlossene URLs bei der Indizierung labels.hostname=Hostname labels.id=ID labels.includedPaths=Eingeschlossene Pfade beim Crawling labels.includedUrls=Eingeschlossene URLs beim Crawling labels.includedDocPaths=Eingeschlossene Pfade bei der Indizierung labels.includedDocUrls=Eingeschlossene URLs bei der Indizierung labels.maxAccessCount=Max. Anzahl an Zugriffen labels.name=Name labels.numOfThread=Anzahl Threads
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0)