- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 17 for excluded_doc_paths (0.14 sec)
-
src/main/resources/fess_label_en.properties
labels.file_crawling_title_details=File Crawling Configuration labels.included_paths=Included Paths For Crawling labels.excluded_paths=Excluded Paths For Crawling labels.included_doc_paths=Included Paths For Indexing labels.excluded_doc_paths=Excluded Paths For Indexing labels.config_parameter=Config Parameters labels.max_access_count=Max Access Count labels.number_of_thread=The number of Thread labels.interval_time=Interval time
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.file_crawling_title_details=Конфигурация сканирования файлов labels.included_paths=Включить путь для сканирования labels.excluded_paths=Исключаить путь для сканирования labels.included_doc_paths=Включить путь для индексации labels.excluded_doc_paths=Исключить путь для индексации labels.config_parameter=Конфигурация параметров labels.max_access_count=Максимальное количество соединений labels.number_of_thread=Количество цепочек
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.file_crawling_title_details=Datei-Crawling-Konfiguration labels.included_paths=Eingeschlossene Pfade beim Crawling labels.excluded_paths=Ausgeschlossene Pfade beim Crawling labels.included_doc_paths=Eingeschlossene Pfade bei der Indizierung labels.excluded_doc_paths=Ausgeschlossene Pfade bei der Indizierung labels.config_parameter=Konfigurationsparameter labels.max_access_count=Max. Anzahl an Zugriffen labels.number_of_thread=Thread-Anzahl
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.file_crawling_title_details = Configuration de l'exploration de fichiers labels.included_paths = Chemins inclus pour l'exploration labels.excluded_paths = Chemins exclus pour l'exploration labels.included_doc_paths = Chemins inclus pour l'indexation labels.excluded_doc_paths = Chemins exclus pour l'indexation labels.config_parameter = Paramètres de configuration labels.max_access_count = Nombre d'accès maximum labels.number_of_thread = Le nombre de thread
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.file_crawling_title_details=File Crawling Configuration labels.included_paths=Included Paths For Crawling labels.excluded_paths=Excluded Paths For Crawling labels.included_doc_paths=Included Paths For Indexing labels.excluded_doc_paths=Excluded Paths For Indexing labels.config_parameter=Config Parameters labels.max_access_count=Max Access Count labels.number_of_thread=The number of Thread labels.interval_time=Interval time
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_ko.properties
labels.header_form_option_btn = 옵션 labels.file_crawling_configuration = 파일 크롤링 labels.file_crawling_title_details = 파일 크롤링 설정 labels.included_paths = 크롤링 경로 labels.excluded_paths = 크롤링에서 제외 경로 labels.included_doc_paths = 검색 대상으로하는 경로 labels.excluded_doc_paths = 검색에서 제외 경로 labels.config_parameter = 구성 매개 변수 labels.max_access_count = 최대 접속 수 labels.number_of_thread = 스레드 수 labels.interval_time = 간격 labels.millisec = 밀리초 labels.permissions = 권한
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_ja.properties
labels.header_form_option_btn=オプション labels.file_crawling_configuration=ファイルのクロール labels.file_crawling_title_details=ファイルクロールの設定 labels.included_paths=クロール対象とするパス labels.excluded_paths=クロール対象から除外するパス labels.included_doc_paths=検索対象とするパス labels.excluded_doc_paths=検索対象から除外するパス labels.config_parameter=設定パラメーター labels.max_access_count=最大アクセス数 labels.number_of_thread=スレッド数 labels.interval_time=間隔 labels.millisec=ミリ秒 labels.permissions=パーミッション
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Included Paths For Indexing */ public static final String LABELS_included_doc_paths = "{labels.included_doc_paths}"; /** The key of the message: Excluded Paths For Indexing */ public static final String LABELS_excluded_doc_paths = "{labels.excluded_doc_paths}"; /** The key of the message: Config Parameters */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigCQ.java
public void setExcludedDocPaths_Equal(String excludedDocPaths) { setExcludedDocPaths_Term(excludedDocPaths, null); } public void setExcludedDocPaths_Equal(String excludedDocPaths, ConditionOptionCall<TermQueryBuilder> opLambda) { setExcludedDocPaths_Term(excludedDocPaths, opLambda); } public void setExcludedDocPaths_Term(String excludedDocPaths) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 165.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)