Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 29 for included_doc_paths (0.25 sec)

  1. src/main/resources/fess_label_pl.properties

    labels.file_crawling_title_details=Konfiguracja indeksowania plików
    labels.included_paths=Ścieżki do uwzględnienia w indeksowaniu
    labels.excluded_paths=Ścieżki do wykluczenia z indeksowania
    labels.included_doc_paths=Ścieżki do uwzględnienia w wyszukiwaniu
    labels.excluded_doc_paths=Ścieżki do wykluczenia z wyszukiwania
    labels.config_parameter=Parametr konfiguracji
    labels.max_access_count=Maksymalna liczba dostępów
    labels.number_of_thread=Liczba wątków
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_zh_CN.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 Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_fr.properties

    labels.file_crawling_title_details=Configuration de l'exploration de fichiers
    labels.included_paths=Chemins inclus
    labels.excluded_paths=Chemins exclus
    labels.included_doc_paths=Chemins de documents inclus
    labels.excluded_doc_paths=Chemins de documents exclus
    labels.config_parameter=Paramètres de configuration
    labels.max_access_count=Nombre d'accès maximum
    labels.number_of_thread=Nombre de threads
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_es.properties

    labels.file_crawling_title_details=Configuración de rastreo de archivos
    labels.included_paths=Rutas a incluir en el rastreo
    labels.excluded_paths=Rutas a excluir del rastreo
    labels.included_doc_paths=Rutas a incluir en la búsqueda
    labels.excluded_doc_paths=Rutas a excluir de la búsqueda
    labels.config_parameter=Parámetro de configuración
    labels.max_access_count=Número máximo de accesos
    labels.number_of_thread=Número de hilos
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  5. 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 Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
  6. 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 Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Nov 07 06:19:20 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Included Doc Paths */
        public static final String LABELS_included_doc_paths = "{labels.included_doc_paths}";
    
        /** The key of the message: Excluded Doc Paths */
        public static final String LABELS_excluded_doc_paths = "{labels.excluded_doc_paths}";
    
        /** The key of the message: Config Parameters */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsFileConfigCQ.java

        public void setIncludedDocPaths_Equal(String includedDocPaths) {
            setIncludedDocPaths_Term(includedDocPaths, null);
        }
    
        public void setIncludedDocPaths_Equal(String includedDocPaths, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setIncludedDocPaths_Term(includedDocPaths, opLambda);
        }
    
        public void setIncludedDocPaths_Term(String includedDocPaths) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 165.3K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/opensearch/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 Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 13.7K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/opensearch/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 Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 18.1K bytes
    - Viewed (0)
Back to top