Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for includedPaths (0.12 sec)

  1. src/main/resources/fess_label_pt_BR.properties

    labels.excludedUrls=URLs a serem excluídas do rastreamento
    labels.excludedDocPaths=Caminhos a serem excluídos da pesquisa
    labels.excludedDocUrls=URLs a serem excluídas da pesquisa
    labels.hostname=Nome do host
    labels.id=ID
    labels.includedPaths=Caminhos a serem incluídos no rastreamento
    labels.includedUrls=URLs a serem incluídas no rastreamento
    labels.includedDocPaths=Caminhos a serem incluídos na pesquisa
    labels.includedDocUrls=URLs a serem incluídas na pesquisa
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: ID */
        public static final String LABELS_ID = "{labels.id}";
    
        /** The key of the message: Included Paths for Crawling */
        public static final String LABELS_INCLUDED_PATHS = "{labels.includedPaths}";
    
        /** The key of the message: Included URLs for Crawling */
        public static final String LABELS_INCLUDED_URLS = "{labels.includedUrls}";
    
        /** The key of the message: Included Paths for Searching */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  3. 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).post("/api/admin/labeltype/setting");
            JsonPath jsonPath = JsonPath.from(response.asString());
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 18.9K bytes
    - Viewed (0)
Back to top