Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for LabelType (0.05 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * Get the value for the key 'page.labeltype.max.fetch.size'. <br>
         * The value is, e.g. 1000 <br>
         * comment: Maximum number of labeltype records to fetch per page.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getPageLabeltypeMaxFetchSize();
    
        /**
         * Get the value for the key 'page.labeltype.max.fetch.size' as {@link Integer}. <br>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

            putResultDataBody(dataMap, Constants.INDEXING_TARGET, indexingTarget);
            //  boost
            putResultDataBody(dataMap, fessConfig.getIndexFieldBoost(), crawlingConfig.getDocumentBoost());
            // label: labelType
            putResultDataBody(dataMap, fessConfig.getIndexFieldLabel(), labelTypeHelper.getMatchedLabelValueSet(url));
            // role: roleType
            final List<String> roleTypeList = new ArrayList<>();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.4K bytes
    - Viewed (0)
Back to top