Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for included_paths (0.22 sec)

  1. src/test/java/org/codelibs/fess/it/search/SearchApiTests.java

        private static String createLabel() {
            Map<String, Object> labelBody = new HashMap<>();
            labelBody.put("name", TEST_LABEL);
            labelBody.put("value", TEST_LABEL);
            labelBody.put("included_paths", ".*tools.*");
            Response response = checkMethodBase(labelBody).put("/api/admin/labeltype/setting");
            JsonPath jsonPath = JsonPath.from(response.asString());
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 18.6K bytes
    - Viewed (1)
  2. src/main/resources/fess_label.properties

    labels.footer_back_to_top=Back to top
    labels.header_brand_name=Fess
    labels.header_form_option_btn=Options
    labels.file_crawling_configuration=File Crawling
    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
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  3. src/main/resources/fess_label_en.properties

    labels.footer_back_to_top=Back to top
    labels.header_brand_name=Fess
    labels.header_form_option_btn=Options
    labels.file_crawling_configuration=File Crawling
    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
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_ru.properties

    labels.header_brand_name=Fess
    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=Исключить путь для индексации
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ko.properties

    labels.footer_back_to_top = 맨위로
    labels.header_brand_name = Fess
    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 = 최대 접속 수
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_de.properties

    labels.header_brand_name=Fess
    labels.header_form_option_btn=Optionen
    labels.file_crawling_configuration=Datei-Crawling
    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
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ja.properties

    labels.search_unknown=不明
    labels.footer_back_to_top=トップに戻る
    labels.header_brand_name=Fess
    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=最大アクセス数
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  8. src/main/resources/fess_label_fr.properties

    labels.header_brand_name	=	Fess
    labels.header_form_option_btn	=	Choix
    labels.file_crawling_configuration	=	Exploration de fichiers
    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
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_file_crawling_title_details = "{labels.file_crawling_title_details}";
    
        /** The key of the message: Included Paths For Crawling */
        public static final String LABELS_included_paths = "{labels.included_paths}";
    
        /** The key of the message: Excluded Paths For Crawling */
        public static final String LABELS_excluded_paths = "{labels.excluded_paths}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsLabelTypeCQ.java

        public void setIncludedPaths_Equal(String includedPaths) {
            setIncludedPaths_Term(includedPaths, null);
        }
    
        public void setIncludedPaths_Equal(String includedPaths, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setIncludedPaths_Term(includedPaths, opLambda);
        }
    
        public void setIncludedPaths_Term(String includedPaths) {
            setIncludedPaths_Term(includedPaths, null);
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 87.8K bytes
    - Viewed (0)
Back to top