Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getPageDictionaryMaxFetchSize (0.47 sec)

  1. src/main/java/org/codelibs/fess/dict/DictionaryManager.java

            try (CurlResponse response = ComponentUtil.getCurlHelper().get("/_configsync/file").param("fields", "path,@timestamp")
                    .param("size", ComponentUtil.getFessConfig().getPageDictionaryMaxFetchSize()).execute()) {
                final Map<String, Object> contentMap = response.getContent(OpenSearchCurl.jsonParser());
                @SuppressWarnings("unchecked")
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. 1000 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getPageDictionaryMaxFetchSize();
    
        /**
         * Get the value for the key 'page.dictionary.max.fetch.size' as {@link Integer}. <br>
         * The value is, e.g. 1000 <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
Back to top